Partager via


Propriété AdomdDataReader.Depth

Obtient une valeur indiquant la profondeur d'imbrication de la ligne actuelle.

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

Syntaxe

'Déclaration
Public ReadOnly Property Depth As Integer 
    Get
'Utilisation
Dim instance As AdomdDataReader 
Dim value As Integer 

value = instance.Depth
public int Depth { get; }
public:
virtual property int Depth {
    int get () sealed;
}
abstract Depth : int 
override Depth : int
final function get Depth () : int

Valeur de propriété

Type : Int32
Entier qui contient la profondeur d'imbrication pour la ligne actuelle.

Implémente

IDataReaderDepth

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer