Share via


HierarchyUniqueNameStyle Enumeration

Defines how the unique name of the hierarchy is formed.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
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.

Remarks

New:17 July 2006

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

[<DimensionUniqueName>].[<HierarchyName>]

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices Namespace