LevelDepth Propiedad
Gets the ordinal position of the level 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 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 de la propiedad
Tipo: System. . :: . .Int32
An int that contains the ordinal position within the parent hierarchy of the level that contains the Member.
Comentarios
This property is functionally equivalent to Member.ParentLevel.LevelNumber, but it provides better performance. For more information, see LevelNumber.