SqlDataReader.Depth Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique la profondeur d'imbrication de la ligne actuelle.
public:
virtual property int Depth { int get(); };
public:
property int Depth { int get(); };
public override int Depth { get; }
public int Depth { get; }
member this.Depth : int
Public Overrides ReadOnly Property Depth As Integer
Public ReadOnly Property Depth As Integer
Valeur de propriété
Profondeur d'imbrication de la ligne actuelle.
Implémente
Remarques
La profondeur de la table située le plus à l'extérieur est zéro. Le fournisseur de données .NET Framework pour SQL Server ne prend pas en charge l’imbrication et retourne toujours zéro.