Поделиться через


Свойство 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.

Исключения

Исключение Условие
System..::..InvalidOperationException

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

Замечания

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