Compartir a través de


Member.Parent Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Member 
    Get
'Uso
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

Valor de la propiedad

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

Excepciones

Excepción Condición
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Comentarios

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.

Vea también

Referencia

Member Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient