HierarchyUniqueNameStyle 열거형
Defines how the unique name of the hierarchy is formed.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Enumeration HierarchyUniqueNameStyle
‘사용 방법
Dim instance As HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum class HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
멤버
멤버 이름 | 설명 | |
---|---|---|
IncludeDimensionName | Specifies that the name is formed using both the dimension and hierarchy name. | |
ExcludeDimensionName | Specifies that the name is formed using only the hierarchy name. |
주의
새 항목: 2006년 7월 17일
When IncludeDimensionName is used, the name is constructed as follows:
[<DimensionUniqueName>].[<HierarchyName>]