取得或設定 ResultSet 中的資料列數目。
命名空間: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
組件: Microsoft.Data.Tools.Schema.Sql.UnitTesting (在 Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)
語法
public int RowCount { get; set; }
public:
property int RowCount {
int get();
void set(int value);
}
member RowCount : int with get, set
Public Property RowCount As Integer
屬性值
Type: System.Int32
請參閱
RowCountCondition 類別
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空間
回到頁首