Condividi tramite


Proprietà Depth

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

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

Implementa

IDataReader. . :: . .Depth