Partager via


Propriété Member.LevelDepth

Obtient la position ordinale du niveau qui contient le Member.

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

Syntaxe

'Déclaration
Public ReadOnly Property LevelDepth As Integer 
    Get
'Utilisation
Dim instance As Member 
Dim value As Integer 

value = instance.LevelDepth
public int LevelDepth { get; }
public:
property int LevelDepth {
    int get ();
}
member LevelDepth : int
function get LevelDepth () : int

Valeur de propriété

Type : Int32
int qui contient la position ordinale dans la hiérarchie parent du niveau qui contient le Member.

Notes

Cette propriété est fonctionnellement équivalente à Member.ParentLevel.LevelNumber, mais fournit de meilleures performances. Pour plus d'informations, consultez LevelNumber.

Voir aussi

Référence

Member Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer