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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。