RAISERROR オプションを指定します。
この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class RaiseErrorOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type RaiseErrorOptions
public enum RaiseErrorOptions
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| None | オプションは None です | |
| Log | オプションは Log です | |
| NoWait | オプションは NoWait です | |
| SetError | オプションは SetError です |