The DIMENSIONS
schema rowset returns metadata about the dimensions that are available
on each cube that can be accessed by the provider. Each row in the
DIMENSIONS schema rowset corresponds to a dimension that is available
on a particular cube.
The following
table describes the columns that are available in the DIMENSIONS schema
rowset.
Standard Mapping
|
|
|
|
|
|
Name of the catalog
that contains this dimension.
|
|
|
|
Name of the schema
that contains this dimension.
|
|
|
|
Name of the cube
that contains this dimension.
|
|
|
|
|
|
|
|
Unique name of
this dimension.
|
|
|
|
|
|
|
|
Caption of this
dimension. Same as DIMENSION_NAME if no caption exists for this dimension.
|
|
|
|
Ordinal number
of this dimension. This ordinal is relative only to the other dimensions
in the same cube.
|
|
|
|
Type of this
dimension. There are four types
-
MD_DIMTYPE_TIME, which is a time
dimension.
-
MD_DIMTYPE_MEASURE, which is a
measures dimension.
-
MD_DIMTYPE_OTHER, which is neither
a time nor a measures dimension.
-
MD_DIMTYPE_UNKNOWN, which is an
unknown type.
|
|
|
|
Number of members
contained by this dimension.
|
|
|
|
Default hierarchy
of this dimension.
|
|
|
|
Description of
this dimension.
|
|