Proprietà Parent
Gets the parent object of the current object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Object
The parent object for current object.
Osservazioni
A strongly typed object is returned.