ResultSetCondition.ResultSet 属性

获取或设置要检查的 ExecutionResult 中的结果集。

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

语法

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

属性值

类型:System.Int32

备注

第一个结果集为 1。

.NET Framework 安全性

请参见

参考

ResultSetCondition 类

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