Condividi tramite


Proprietà Parent

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As Member
    Get
'Utilizzo
Dim instance As Member
Dim value As Member

value = instance.Parent
public Member Parent { get; }
public:
property Member^ Parent {
    Member^ get ();
}
member Parent : Member
function get Parent () : Member

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .Member
A Member that contains the parent member of the Member.

Eccezioni

Eccezione Condizione
[InvalidOperationException]

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

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.