Поделиться через


ExpectedSqlExceptionAttribute - конструктор (String)

 

?????????????? ????? ????????? ?????? ExpectedSqlExceptionAttribute.

Пространство имен:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Сборка:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (в Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Синтаксис

public ExpectedSqlExceptionAttribute(
    string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedSqlExceptionAttribute
Public Sub New (
    noExceptionMessage As String
)

Параметры

  • noExceptionMessage
    Type: System.String

    ????????? ?? ??????, ???????????? ?? ?????????, ???? ?? ????????? ??????????.

См. также

ExpectedSqlExceptionAttribute
ExpectedSqlExceptionAttribute - класс
Microsoft.Data.Tools.Schema.Sql.UnitTesting - пространство имен

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