ScalarValueCondition 类

 

验证特定的行和列中的某个值是否为预期的值。

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

语法

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

构造函数

名称 说明
System_CAPS_pubmethod ScalarValueCondition()

初始化 ScalarValueCondition 类的新实例。

属性

名称 说明
System_CAPS_protproperty CanRaiseEvents

(从 Component 继承。)

System_CAPS_pubproperty ColumnNumber

获取或设置与 ResultSet 关联的列号。

System_CAPS_pubproperty Container

(从 Component 继承。)

System_CAPS_protproperty DesignMode

(从 Component 继承。)

System_CAPS_pubproperty Enabled

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

System_CAPS_protproperty Events

(从 Component 继承。)

System_CAPS_pubproperty ExpectedValue

获取或设置指定的 ResultSet 中第一行第一列的预期值。

System_CAPS_pubproperty Name

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

System_CAPS_pubproperty NullExpected

获取或设置一个值,该值指示 ExpectedValue 是否应包含 null 值。

System_CAPS_pubproperty ResultSet

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

System_CAPS_pubproperty RowNumber

获取或设置与 ResultSet 关联的行号。

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()

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

事件

名称 说明
System_CAPS_pubevent Disposed

(从 Component 继承。)

线程安全

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

请参阅

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

返回页首