Udostępnij za pośrednictwem


Właściwość BusinessLogicDataReader.RecordsAffected

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public ReadOnly Property RecordsAffected As Integer
    Get
'Użycie
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

Wartość właściwości

Typ: System.Int32

Implementacje

IDataReader.RecordsAffected