ExpectedSqlExceptionAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ExpectedSqlExceptionAttribute() | |
| ExpectedSqlExceptionAttribute(String) |
ExpectedSqlExceptionAttribute()
public ExpectedSqlExceptionAttribute();
Public Sub New ()
Se aplica a
ExpectedSqlExceptionAttribute(String)
public ExpectedSqlExceptionAttribute(string noExceptionMessage);
new Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute : string -> Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute
Public Sub New (noExceptionMessage As String)
Parámetros
- noExceptionMessage
- String