지정된 ResultSet의 첫 번째 행, 첫 번째 열에 필요한 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리: Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting
구문
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 네임스페이스
맨 위로 이동