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 命名空间