この 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.