指定した ResultSet の最初の行の最初の列に予期される値を取得または設定します。
名前空間: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
アセンブリ: Microsoft.Data.Tools.Schema.Sql.UnitTesting (Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 内)
構文
public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
String^ get();
void set(String^ value);
}
member ExpectedValue : string with get, set
Public Property ExpectedValue As String
プロパティ値
Type: System.String
解説
NullExpected を true に設定すると、ExpectedValue は自動的に null に設定されます。このプロパティを NULL 以外の値に設定すると、NullExpected は false に設定されます。
参照
ScalarValueCondition クラス
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 名前空間
トップに戻る