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 네임스페이스