Partager via


Member.ParentLevel Property

This property gets a Level that contains the Member.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentLevel As Level
public Level ParentLevel { get; }
public:
property Level^ ParentLevel {
    Level^ get ();
}
/** @property */
public Level get_ParentLevel ()
public function get ParentLevel () : Level

Valeur de propriété

A Level that contains the Member.

Notes

Each member is associated with a level within a hierarchy. Levels specify the contents and structure of the hierarchy. That is, the level definitions determine the members that are included and their positions relative to one another within the hierarchy.

The ParentLevel property returns a Level with which the Member is associated for a given hierarchy.

ms139214.note(fr-fr,SQL.90).gifRemarque :
Accessing this property may require a round-trip to the server if the Member is populated by CellSet, GetChildren, or GetMembers.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace