Condividi tramite


Proprietà TempDBResultSet.NumOfRows

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

Gets the number of rows in the database.

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

Sintassi

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

Valore proprietà

Tipo: System.Int32
The number of rows in the database.

Vedere anche

Riferimento

TempDBResultSet Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport