Condividi tramite


Member.Parent Property

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

A Member that contains the parent member of the Member.

Eccezioni

Tipo di eccezione Condizione
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Osservazioni

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.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace