public static class ParseRegion.RegionAndSource extends Object
Useful for reporting errors. For example, the error in the statement
SELECT {[Measures].[Units In Stock]} ON COLUMNS
FROM [Sales]
has source
"SELECT {[Measures].[Units In Stock]} ON COLUMNS\nFROM [Sales]" and
region [1:9, 1:34].| Modifier and Type | Field and Description |
|---|---|
ParseRegion |
region |
String |
source |
| Constructor and Description |
|---|
RegionAndSource(String source,
ParseRegion region)
Creates a RegionAndSource.
|
public final String source
public final ParseRegion region
public RegionAndSource(String source, ParseRegion region)
source - Source MDX coderegion - Coordinates of region within MDX code