ExpectedSqlExceptionAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ExpectedSqlExceptionAttribute() | |
| ExpectedSqlExceptionAttribute(String) |
ExpectedSqlExceptionAttribute()
public ExpectedSqlExceptionAttribute();
Public Sub New ()
S’applique à
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)
Paramètres
- noExceptionMessage
- String