次の方法で共有


RaiseErrorOptions 列挙体

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

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

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

メンバー

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

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間