Share via


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