AdomdRestriction.Parent Property

 

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

public object Parent { get; }
public:
property Object^ Parent {
    Object^ get();
}
member Parent : Object with get
Public ReadOnly Property Parent As Object

Property Value

Type: System.Object

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

See Also

AdomdRestriction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top