Compartilhar via


Propriedade do RDL TempDBResultSet.NumOfRows

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the number of rows in the database.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public ReadOnly Property NumOfRows As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TempDBResultSet Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport