Compartir a través de


AdomdRestriction.Parent Propiedad

Gets the containing collection, or null if the AdomdRestriction is not in a collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Object 
    Get
'Uso
Dim instance As AdomdRestriction 
Dim value As Object 

value = instance.Parent
public Object Parent { get; }
public:
property Object^ Parent {
    Object^ get ();
}
member Parent : Object
function get Parent () : Object

Valor de la propiedad

Tipo: System.Object
Gets an instance of the containing collection for the AdomdRestriction, or null if the AdomdRestriction is not yet in a collection.

Vea también

Referencia

AdomdRestriction Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient