Свойство Parent

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

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

Синтаксис

public Member Parent { get; }

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

Тип Microsoft.AnalysisServices.AdomdClient. . :: . .Member
A Member that contains the parent member of the Member.

Исключения

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

The provider did not provide cube information for CellSet members.

Замечания

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

ПримечаниеПримечание

Accessing this property may require a round-trip to the server.