Expand Minimize
This topic has not yet been rated - Rate this topic

MemberKeysUnique Enumeration

Indicates whether member names under the parent element must be unique.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum MemberKeysUnique
Member nameDescription
NotUnique 
Unique 

You would set [MemberKeysUnique] to False if you have a user-defined hierarchy that contains member names that repeat across levels. For example, if your hierarchy has Country as the first level and City as the second level, but a city has the same name as a country, you would need to either make the city name unique in some way, or set this property to False.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.