Propriedade do RDL Binding.Parent

Gets the parent object of the current object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Comentários

A strongly typed object is returned.

Consulte também

Referência

Binding Classe

Namespace Microsoft.AnalysisServices