다음을 통해 공유


ParentSameAsPrevious 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property ParentSameAsPrevious As Boolean
    Get
‘사용 방법
Dim instance As Member
Dim value As Boolean

value = instance.ParentSameAsPrevious
public bool ParentSameAsPrevious { get; }
public:
property bool ParentSameAsPrevious {
    bool get ();
}
member ParentSameAsPrevious : bool
function get ParentSameAsPrevious () : boolean

속성 값

유형: System. . :: . .Boolean
true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.

예외

주의

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