Compartir a través de


DataProvider.Depth Propiedad

Gets the depth of nesting for the current row. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Depth As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An integer representing the depth of nesting for the current row.

Implementa

IDataReader.Depth

Vea también

Referencia

DataProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc