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

返回页首