Parent Propiedad
Gets the parent object of the current object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Object
The parent object for current object.
Notas
A strongly typed object is returned.