Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the current hierarchy structure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property StructureType As HierarchyStructureType
Get
Set
'Usage
Dim instance As Hierarchy
Dim value As HierarchyStructureType
value = instance.StructureType
instance.StructureType = value
public HierarchyStructureType StructureType { get; set; }
public:
property HierarchyStructureType StructureType {
HierarchyStructureType get ();
void set (HierarchyStructureType value);
}
member StructureType : HierarchyStructureType with get, set
function get StructureType () : HierarchyStructureType
function set StructureType (value : HierarchyStructureType)
Property Value
Type: Microsoft.AnalysisServices.HierarchyStructureType
The current hierarchy structure.