ScalarValueCondition.ExpectedValue 属性

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

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

语法

声明
Public Property ExpectedValue As String
    Get
    Set
public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
member ExpectedValue : string with get, set
function get ExpectedValue () : String
function set ExpectedValue (value : String)

属性值

类型:System.String

备注

如果将 NullExpected 设置为 true,则 ExpectedValue 自动设置为 nullnull 引用(在 Visual Basic 中为 Nothing)。 如果将此属性设置为一个非 null 值,则将 NullExpected 设置为 false。

.NET Framework 安全性

请参见

参考

ScalarValueCondition 类

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