Compartir a través de


Member.Parent Property

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

Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
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

Valor de propiedad

A Member that contains the parent member of the Member.

Excepciones

Tipo de excepción Condición
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Notas

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

[!NOTA] Accessing this property may require a round-trip to the server.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace