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


Member.Parent Property

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

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As Member
public Member Parent { get; }
public:
property Member^ Parent {
    Member^ get ();
}
/** @property */
public Member get_Parent ()
public function get Parent () : Member

Значение свойства

A Member that contains the parent member of the Member.

Исключения

Тип исключения Условие
InvalidOperationException

The provider did not provide cube information for CellSet members. For more information about this exception, see InvalidOperationException Class.

Замечания

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

ms139643.note(ru-ru,SQL.90).gifПримечание.
Accessing this property may require a round-trip to the server.

Синхронизация потоков

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.AdomdServer Namespace