Properties, clsPartitionDimension
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
An object of ClassType clsPartitionDimension implements the following properties of the Dimension interface.
Property |
Description |
---|---|
Specifies how aggregations are designed for a dimension. |
|
Indicates whether a dimension can contain members that have the same name. |
|
Indicates whether member keys are unique for the dimension. |
|
Indicates whether member names are unique for the dimension. |
|
Returns an enumeration constant that identifies the specific object type. |
|
Contains a template string that is used to create captions for system-generated data members. |
|
Contains a reference to the data source object. |
|
Defines the default member of the dimension. |
|
Names a dimension on which the current dimension is dependent. |
|
Contains the description of the dimension. |
|
Returns an enumeration constant that identifies the specific type of dimension. |
|
Indicates whether real-time updates are enabled for the dimension. |
|
Contains the SQL FROM clause for a dimension. |
|
Indicates whether members and/or levels are expected to change on a regular basis. |
|
Indicates whether dimension writebacks are available to clients with appropriate permissions. |
|
Indicates whether the dimension is shared among cubes. |
|
Indicates whether the dimension is temporary. |
|
Indicates whether the dimension structure is valid. |
|
Indicates whether the dimension is virtual. |
|
Indicates whether the dimension is visible to the client. |
|
Contains the SQL JOIN clause for a dimension. |
|
Contains the date and time when the dimension was last processed. |
|
A user-specified date. It is not used by DSO. This property can be used by client applications for their own uses. |
|
Determines which members in a dimension can have associated data in the fact table. |
|
The name of the dimension. |
|
Returns the ordinal position of the dimension object within its parent object's Dimensions collection. |
|
Returns a reference to the parent MDStore object. |
|
Contains the name of the source table of the dimension. |
|
Returns the alias of the source table for the dimension. |
|
Restricts the members included in a dimension. |
|
Determines the method of storing dimension contents. |
|
Returns an enumeration constant that identifies the subclass type of the object. |