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

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