Propriété Level.Parent
Gets the Hierarchy object that is the parent of the Level object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Hierarchy
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.Hierarchy
A Hierarchy object that is the parent of the Level object.