共用方式為


ExecutionResult.RowsAffected 屬性

取得整數陣列,它表示在影響到資料庫的測試中,每個陳述式所影響的資料列數目。

命名空間:  Microsoft.Data.Schema.UnitTesting
組件:  Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)

語法

'宣告
Public Property RowsAffected As Integer()
    Get
    Set
public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get ();
    void set (array<int>^ value);
}
member RowsAffected : int[] with get, set
function get RowsAffected () : int[]
function set RowsAffected (value : int[])

屬性值

型別:array<System.Int32[]

備註

只有 SQL Server 用戶端才會擷取此資訊。

.NET Framework 安全性

請參閱

參考

ExecutionResult 類別

Microsoft.Data.Schema.UnitTesting 命名空間