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)
屬性值
備註
當 ExpectedValue 為 nullNull 參照 (即 Visual Basic 中的 Nothing) 時,這個屬性會自動設定為 true。 如果您將 NullExpected 設為 true,則ExpectedValue 會自動設為 nullNull 參照 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。