ExpectedSqlExceptionAttribute.MatchFirstError 属性

 

获取一个值,指示预期的严重级别、状态和错误号是否要与 SqlError 中的第一个 SqlException 匹配。

命名空间:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
程序集:  Microsoft.Data.Tools.Schema.Sql.UnitTesting(Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)

语法

public bool MatchFirstError { get; set; }
public:
property bool MatchFirstError {
    bool get();
    void set(bool value);
}
member MatchFirstError : bool with get, set
Public Property MatchFirstError As Boolean

属性值

Type: System.Boolean

true 表示预期的严重级别、状态和错误号要与异常中的第一个 SqlError 匹配;false 表示预期的严重级别、状态和错误号与异常中的任何 SqlError 匹配。

请参阅

SqlException
SqlError
ExpectedSqlExceptionAttribute 类
Microsoft.Data.Tools.Schema.Sql.UnitTesting 命名空间

返回页首