Condividi tramite


Proprietà BusinessLogicDataReader.Depth

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Depth As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The depth of nesting for the current row.

Implementa

IDataReader.Depth

Vedere anche

Riferimento

BusinessLogicDataReader Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport