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 名前空間
トップに戻る