Properties, clsAggregationDimension

Analysis Services Programming

Analysis Services Programming

Properties, clsAggregationDimension

An object of ClassType clsAggregationDimension implements the following properties of the Dimension interface.

Property Description
AllowSiblingsWithSameName Specifies whether sibling members of the same parent within a dimension can have the same name.
AreMemberKeysUnique Indicates whether member keys are unique within a particular level for the dimension.
AreMemberNamesUnique Indicates whether member names are unique within a particular level for the dimension.
ClassType Returns an enumeration constant that identifies the specific object type.
DataMemberCaptionTemplate Contains a template string that is used to create captions for system-generated data members.
DataSource The name of the data source object.
DefaultMember Defines the default member of the dimension.
DependsOnDimension Names a dimension to which the current dimension is related.
DimensionType Returns an enumeration constant that identifies the specific type of dimension.
EnableRealTimeUpdates Indicates whether real-time updates are enabled for the dimension.
FromClause A comma-separated list of the tables from which the store data is obtained.
IsChanging Indicates whether members and/or levels are expected to change on a regular basis.
IsReadWrite Indicates whether dimension writebacks are available to clients with appropriate permissions.
IsShared Indicates whether the dimension is shared among cubes.
IsTemporary Indicates whether the dimension is temporary.
IsValid Indicates whether the dimension structure is valid.
IsVirtual Indicates whether the dimension is virtual.
IsVisible Indicates whether the dimension is visible to the client.
JoinClause Contains the SQL JOIN clause for the dimension.
LastProcessed The date and time when the dimension was last processed.
LastUpdated User-specified date. It is not used by Microsoft® SQL Server™ 2000 Analysis Services.
MembersWithData Determines which members in a dimension can have associated data in the fact table.
Name The dimension name.
OrdinalPosition Returns the ordinal position of the dimension object within its parent object's Dimensions collection.
Parent Returns a reference to the parent MDStore object.
SourceTableFilter Restricts members included in a dimension.
StorageMode Determines the method of storing dimension contents.
SubClassType Returns an enumeration constant that identifies the subclass type of the object.

See Also

clsAggregationDimension

Dimension Interface