RowCountCondition.RowCount プロパティ

名前空間 :  Microsoft.Data.Schema.UnitTesting.Conditions
アセンブリ :  Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)

構文

'宣言
Public Property RowCount As Integer
'使用
Dim instance As RowCountCondition
Dim value As Integer

value = instance.RowCount

instance.RowCount = value
public int RowCount { get; set; }
public:
property int RowCount {
    int get ();
    void set (int value);
}
public function get RowCount () : int
public function set RowCount (value : int)

プロパティ値

型 : System.Int32

参照

参照

RowCountCondition クラス

RowCountCondition メンバ

Microsoft.Data.Schema.UnitTesting.Conditions 名前空間