RaiseErrorOptions Enumeration
Specifies the RaiseError options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Log | The option is Log. | |
| None | The option is None. | |
| NoWait | The option is NoWait. | |
| SetError | The option is SetError. |
Show: