ExpectedSqlExceptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ExpectedSqlExceptionAttribute() | |
| ExpectedSqlExceptionAttribute(String) | |
プロパティ
| 名前 | 説明 |
|---|---|
| MatchFirstError | (継承元 ExpectedSqlExceptionAttribute) |
| MessageNumber | (継承元 ExpectedSqlExceptionAttribute) |
| Severity | (継承元 ExpectedSqlExceptionAttribute) |
| State | (継承元 ExpectedSqlExceptionAttribute) |
メソッド
| 名前 | 説明 |
|---|---|
| Verify(Exception) | (継承元 ExpectedSqlExceptionAttribute) |