Compartir a través de


BusinessLogicDataReader.RecordsAffected Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the number of rows changed, inserted, or deleted by execution of the statement.

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

Sintaxis

'Declaración
Public ReadOnly Property RecordsAffected As Integer 
    Get
'Uso
Dim instance As BusinessLogicDataReader 
Dim value As Integer 

value = instance.RecordsAffected
public int RecordsAffected { get; }
public:
virtual property int RecordsAffected {
    int get () sealed;
}
abstract RecordsAffected : int 
override RecordsAffected : int
final function get RecordsAffected () : int

Valor de la propiedad

Tipo: System.Int32
The number of rows changed, inserted, or deleted by execution of the statement.

Implementa

IDataReader.RecordsAffected

Vea también

Referencia

BusinessLogicDataReader Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport