RaiseErrorOptions 枚举

指定 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

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间