Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |