Member.Parent Property

 

Gets a reference to the parent Member, if applicable, that contains the Member.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.Member

A Member that contains the parent member of the Member.

Exceptions

Exception Condition
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Remarks

This property may throw a NotSupportedException exception for CellSet members if the provider did not provide cube information.

Note

Accessing this property may require a round-trip to the server.

See Also

Member Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top