Свойство ScalarValueCondition.ExpectedValue

 

?????????? ??? ?????? ????????? ???????? ? ?????? ?????? ??????? ??????? ?????????? ??????????????? ?????? 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 - пространство имен

Вернуться в начало