Freigeben über


RaiseErrorOptions-Enumeration

Specifies the RaiseError options.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration RaiseErrorOptions
'Usage
Dim instance As RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum RaiseErrorOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class RaiseErrorOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type RaiseErrorOptions
public enum RaiseErrorOptions

Elemente

Elementname Beschreibung
Log The option is Log.
None The option is None.
NoWait The option is NoWait.
SetError The option is SetError.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace