HierarchyUniqueNameStyle Enumeration

Defines how the unique name of the hierarchy is formed.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
Public Enumeration HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum class HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle

Members

Member name Description
ExcludeDimensionName Specifies that the name is formed using only the hierarchy name.
IncludeDimensionName Specifies that the name is formed using both the dimension and hierarchy name.

备注

新增日期:2006 年 7 月 17 日

When IncludeDimensionName is used, the name is constructed as follows:

[<DimensionUniqueName>].[<HierarchyName>]

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace