Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the Hierarchy object that is the parent of the Level object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Hierarchy
Get
'Usage
Dim instance As Level
Dim value As Hierarchy
value = instance.Parent
[BrowsableAttribute(false)]
public Hierarchy Parent { get; }
[BrowsableAttribute(false)]
public:
property Hierarchy^ Parent {
Hierarchy^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Hierarchy
function get Parent () : Hierarchy
Property Value
Type: Microsoft.AnalysisServices.Hierarchy
A Hierarchy object that is the parent of the Level object.