Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Defines how the unique name of the hierarchy is formed.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Enumeration HierarchyUniqueNameStyle
'Uso
Dim instance As HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
public enum class HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle
public enum HierarchyUniqueNameStyle
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
Nuevo: 17 de julio de 2006
When IncludeDimensionName is used, the name is constructed as follows:
[<DimensionUniqueName>].[<HierarchyName>]