Compartilhar via


Propriedade do RDL BusinessLogicDataReader.Depth

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a value indicating the depth of nesting for the current row.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public ReadOnly Property Depth As Integer 
    Get
'Uso
Dim instance As BusinessLogicDataReader 
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
The depth of nesting for the current row.

Implementa

IDataReader.Depth

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport