共用方式為


ScalarValueCondition.RowNumber 屬性

取得或設定與 ResultSet 相關聯的資料列編號。

命名空間:  Microsoft.Data.Schema.UnitTesting.Conditions
組件:  Microsoft.Data.Schema.UnitTesting (在 Microsoft.Data.Schema.UnitTesting.dll 中)

語法

'宣告
Public Property RowNumber As Integer
    Get
    Set
public int RowNumber { get; set; }
public:
property int RowNumber {
    int get ();
    void set (int value);
}
member RowNumber : int with get, set
function get RowNumber () : int
function set RowNumber (value : int)

屬性值

型別:System.Int32

.NET Framework 安全性

請參閱

參考

ScalarValueCondition 類別

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