Partager via


Propriété Member.Parent

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Member 
    Get
'Utilisation
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

Valeur de propriété

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

Exceptions

Exception Condition
System.InvalidOperationException

The provider did not provide cube information for CellSet members.

Notes

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

[!REMARQUE]

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

Voir aussi

Référence

Member Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient