共用方式為


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>]