EmptyResultSetCondition 类

 

表示其中 SqlExecutionResult.DataSet 属性必须为空的条件。

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

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.TestCondition
        Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.ResultSetCondition
          Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions.EmptyResultSetCondition

语法

[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class EmptyResultSetCondition : ResultSetCondition
[PartCreationPolicyAttribute(CreationPolicy::NonShared)]
public ref class EmptyResultSetCondition : ResultSetCondition
[<PartCreationPolicyAttribute(CreationPolicy.NonShared)>]
type EmptyResultSetCondition = 
    class
        inherit ResultSetCondition
    end
<PartCreationPolicyAttribute(CreationPolicy.NonShared)>
Public Class EmptyResultSetCondition
    Inherits ResultSetCondition

构造函数

名称 说明
System_CAPS_pubmethod EmptyResultSetCondition()

初始化 EmptyResultSetCondition 类的新实例。

属性

名称 说明
System_CAPS_protproperty CanRaiseEvents

(从 Component 继承。)

System_CAPS_pubproperty Container

(从 Component 继承。)

System_CAPS_protproperty DesignMode

(从 Component 继承。)

System_CAPS_pubproperty Enabled

获取或设置一个值,该值指示是否启用测试条件。(从 TestCondition 继承。)

System_CAPS_protproperty Events

(从 Component 继承。)

System_CAPS_pubproperty Name

获取或设置测试条件名称。(从 TestCondition 继承。)

System_CAPS_pubproperty ResultSet

获取或设置要检查的 SqlExecutionResult 中的结果集。(从 ResultSetCondition 继承。)

System_CAPS_pubproperty Site

(从 Component 继承。)

方法

名称 说明
System_CAPS_pubmethod Assert(DbConnection, SqlExecutionResult[])

验证输入参数。(从 ResultSetCondition 继承。)

System_CAPS_pubmethod CreateObjRef(Type)

(从 MarshalByRefObject 继承。)

System_CAPS_pubmethod Dispose()

(从 Component 继承。)

System_CAPS_protmethod Dispose(Boolean)

(从 Component 继承。)

System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_protmethod Finalize()

(从 Component 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetLifetimeService()

(从 MarshalByRefObject 继承。)

System_CAPS_protmethod GetService(Type)

(从 Component 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod InitializeLifetimeService()

(从 MarshalByRefObject 继承。)

System_CAPS_protmethod MemberwiseClone()

(从 Object 继承。)

System_CAPS_protmethod MemberwiseClone(Boolean)

(从 MarshalByRefObject 继承。)

System_CAPS_pubmethod ToString()

返回表示当前对象的 string。(替代 Component.ToString()。)

事件

名称 说明
System_CAPS_pubevent Disposed

(从 Component 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

SqlExecutionResult
ResultSetCondition
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 命名空间

返回页首