此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the number of rows changed, inserted, or deleted by execution of the statement.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public ReadOnly Property RecordsAffected As Integer
Get
用法
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
属性值
类型:System.Int32
The number of rows changed, inserted, or deleted by execution of the statement.