Freigeben über


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
'Usage
Dim instance As HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum class HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle

Elemente

Elementname Beschreibung
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.

Hinweise

Neu:   17. Juli 2006

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

[<DimensionUniqueName>].[<HierarchyName>]

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace