RowCountCondition.RowCount 属性

 

获取或设置 ResultSet 中的行数。

命名空间:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
程序集:  Microsoft.Data.Tools.Schema.Sql.UnitTesting(Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)

语法

public int RowCount { get; set; }
public:
property int RowCount {
    int get();
    void set(int value);
}
member RowCount : int with get, set
Public Property RowCount As Integer

属性值

Type: System.Int32

请参阅

RowCountCondition 类
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空间

返回页首