次の方法で共有


RaiseErrorOptions 列挙体

RAISERROR のオプションを指定します。

この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration RaiseErrorOptions
'使用
Dim instance As RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class RaiseErrorOptions
public enum RaiseErrorOptions

メンバ

メンバ名 説明
None オプションは None です。
Log オプションは Log です。
NoWait オプションは NoWait です。
SetError オプションは SetError です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間