Propriedade do RDL Depth

Gets the depth of nesting for the current row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDataReader. . :: . .Depth