ScalarValueCondition.NullExpected プロパティ

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

構文

'宣言
Public Property NullExpected As Boolean
'使用
Dim instance As ScalarValueCondition
Dim value As Boolean

value = instance.NullExpected

instance.NullExpected = value
public bool NullExpected { get; set; }
public:
property bool NullExpected {
    bool get ();
    void set (bool value);
}
public function get NullExpected () : boolean
public function set NullExpected (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

ScalarValueCondition クラス

ScalarValueCondition メンバ

Microsoft.Data.Schema.UnitTesting.Conditions 名前空間