共用方式為


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 命名空間