Condividi tramite


Enumerazione HierarchyUniqueNameStyle

Defines how the unique name of the hierarchy is formed.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Enumeration HierarchyUniqueNameStyle
'Utilizzo
Dim instance As HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum class HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle

Membri

Nome membro Descrizione
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.

Osservazioni

Novità:   17 luglio 2006

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

[<DimensionUniqueName>].[<HierarchyName>]

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices