Propriété Parent

Gets the parent object of the current object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
    Get
'Utilisation
Dim instance As Binding
Dim value As Object

value = instance.Parent
[BrowsableAttribute(false)]
public Object Parent { get; }
[BrowsableAttribute(false)]
public:
property Object^ Parent {
    Object^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Object
function get Parent () : Object

Valeur de propriété

Type : System. . :: . .Object
The parent object for current object.

Notes

A strongly typed object is returned.