ScalarValueCondition.NullExpected 属性

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

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

语法

声明
Public Property NullExpected As Boolean
    Get
    Set
public bool NullExpected { get; set; }
public:
property bool NullExpected {
    bool get ();
    void set (bool value);
}
member NullExpected : bool with get, set
function get NullExpected () : boolean
function set NullExpected (value : boolean)

属性值

类型:System.Boolean

备注

ExpectedValue 为 nullnull 引用(在 Visual Basic 中为 Nothing) 时,此属性自动设置为true。 如果将 NullExpected 设置为 true,则 ExpectedValue 自动设置为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

ScalarValueCondition 类

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