Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.