Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines how unique names are generated for members of hierarchies contained within the specified element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration MemberUniqueNameStyle
'Usage
Dim instance As MemberUniqueNameStyle
public enum MemberUniqueNameStyle
public enum class MemberUniqueNameStyle
type MemberUniqueNameStyle
public enum MemberUniqueNameStyle
Members
Member name | Description | |
---|---|---|
NamePath | The instance generates a compound name consisting of each level and the caption of the member. | |
Native | The instance automatically determines the unique names of members. |