次の方法で共有


ScalarValueCondition.NullExpected プロパティ

 

ExpectedValue で null 値が想定されているかどうかを示す値を取得または設定します。

名前空間:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
アセンブリ:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 内)

構文

public bool NullExpected { get; set; }
public:
property bool NullExpected {
    bool get();
    void set(bool value);
}
member NullExpected : bool with get, set
Public Property NullExpected As Boolean

プロパティ値

Type: System.Boolean

解説

ExpectedValuenull のとき、このプロパティは自動的に true に設定されます。NullExpected を true に設定すると、ExpectedValue は自動的に null に設定されます。

参照

ScalarValueCondition クラス
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 名前空間

トップに戻る