Propriété TempDBResultSet.NumOfRows
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 the number of rows in the database.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NumOfRows As Integer
Get
'Utilisation
Dim instance As TempDBResultSet
Dim value As Integer
value = instance.NumOfRows
public int NumOfRows { get; }
public:
property int NumOfRows {
int get ();
}
member NumOfRows : int
function get NumOfRows () : int
Valeur de propriété
Type : System.Int32
The number of rows in the database.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport