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 命名空间
返回页首