Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParentSameAsPrevious As Boolean
public bool ParentSameAsPrevious { get; }
public:
property bool ParentSameAsPrevious {
bool get ();
}
/** @property */
public boolean get_ParentSameAsPrevious ()
public function get ParentSameAsPrevious () : 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.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace