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