Propriété Depth

Gets the depth of nesting for the current row. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Depth As Integer
    Get
'Utilisation
Dim instance As DataProvider
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 : System. . :: . .Int32
An integer representing the depth of nesting for the current row.

Implémente

IDataReader. . :: . .Depth