Analysis Services Programming

AreMemberKeysUnique

The AreMemberKeysUnique property of the Dimension interface indicates whether member keys are unique throughout the dimension and whether these members can be referred to by their keys.

Applies To

clsAggregationDimension

clsCubeDimension

clsDatabaseDimension

clsPartitionDimension

Data Type

Boolean

Access

Access depends on the value of the ClassType property of the object.

Class type Access
ClsDatabaseDimension R/W
ClsCubeDimension R
ClsPartitionDimension R
ClsAggregationDimension R

Remarks

This property can be set to True only if the AreMemberKeysUnique property is set to True for all of the levels in the dimension.

This property can be used in two situations:

Example
' Assume the existence of a database dimension named dsoDim.
dsoDim.AreMemberKeysUnique = True

See Also

AreMemberNamesUnique

AreMemberKeysUnique

Dimension Interface