RowCountCondition.RowCount 属性

获取或设置 ResultSet 中的行数。

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

语法

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

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

RowCountCondition 类

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