Compartir a través de


NumOfRows Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .Int32