共用方式為


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 命名空間