Propriété BusinessLogicDataReader.Depth
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets a value indicating the depth of nesting for the current row.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Depth As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
The depth of nesting for the current row.
Implémente
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport