次の方法で共有


TempDBResultSet.RecordsAffected プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets or sets the number of records affected.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Property RecordsAffected As Integer 
    Get 
    Set
'使用
Dim instance As TempDBResultSet 
Dim value As Integer 

value = instance.RecordsAffected

instance.RecordsAffected = value
public int RecordsAffected { get; set; }
public:
property int RecordsAffected {
    int get ();
    void set (int value);
}
member RecordsAffected : int with get, set
function get RecordsAffected () : int 
function set RecordsAffected (value : int)

プロパティ値

型: System.Int32
The number of records affected.

関連項目

参照

TempDBResultSet クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間