Member.ParentSameAsPrevious Property

 

Returns whether the parent of this position member is the same as the parent of the immediately preceding member.

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

Syntax

public bool ParentSameAsPrevious { get; }
public:
property bool ParentSameAsPrevious {
    bool get();
}
member ParentSameAsPrevious : bool with get
Public ReadOnly Property ParentSameAsPrevious As Boolean

Property Value

Type: System.Boolean

true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.

Exceptions

Exception Condition
System.InvalidOperationException

The Member is populated by GetChildren, GetMembers, or GetSchemaObject.

Remarks

Accessing this property returns a NotSupportedExeption exception if the Member is populated by GetChildren, GetMembers, or GetSchemaObject.

See Also

Member Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top