ExpectedSqlExceptionAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ExpectedSqlExceptionAttribute : Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExpectedSqlExceptionAttribute = class
inherit ExpectedSqlExceptionAttribute
Public NotInheritable Class ExpectedSqlExceptionAttribute
Inherits ExpectedSqlExceptionAttribute
- Vererbung
- Attribute
Konstruktoren
| Name | Beschreibung |
|---|---|
| ExpectedSqlExceptionAttribute() | |
| ExpectedSqlExceptionAttribute(String) | |
Eigenschaften
| Name | Beschreibung |
|---|---|
| MatchFirstError | (Geerbt von ExpectedSqlExceptionAttribute) |
| MessageNumber | (Geerbt von ExpectedSqlExceptionAttribute) |
| Severity | (Geerbt von ExpectedSqlExceptionAttribute) |
| State | (Geerbt von ExpectedSqlExceptionAttribute) |
Methoden
| Name | Beschreibung |
|---|---|
| Verify(Exception) | (Geerbt von ExpectedSqlExceptionAttribute) |