Freigeben über


Parent-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Object
    Get
'Usage
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

Eigenschaftswert

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