Compartilhar via


Propriedade do RDL Member.LevelDepth

Gets the ordinal position of the level that contains the Member.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property LevelDepth As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An int that contains the ordinal position within the parent hierarchy of the level that contains the Member.

Comentários

This property is functionally equivalent to Member.ParentLevel.LevelNumber, but it provides better performance. For more information, see LevelNumber.

Consulte também

Referência

Member Classe

Namespace Microsoft.AnalysisServices.AdomdServer