SetOptions Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die verschiedenen Typen von Prädikat-SET-Optionen in SQL.
Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.
[System.Flags]
[System.Serializable]
public enum SetOptions
[<System.Flags>]
[<System.Serializable>]
type SetOptions =
Public Enum SetOptions
- Vererbung
-
SetOptions
- Attribute
Felder
| Name | Wert | Beschreibung |
|---|---|---|
| None | 0 | Nichts |
| QuotedIdentifier | 1 | QUOTED_IDENTIFIER |
| ConcatNullYieldsNull | 2 | CONCAT_NULL_YIELDS_NULL |
| CursorCloseOnCommit | 4 | CURSOR_CLOSE_ON_COMMIT |
| ArithAbort | 8 | ARITHABORT |
| ArithIgnore | 16 | ARITHIGNORE |
| FmtOnly | 32 | FMTONLY |
| NoCount | 64 | NOCOUNT |
| NoExec | 128 | NOEXEC |
| NumericRoundAbort | 256 | NUMERIC_ROUNDABORT |
| ParseOnly | 512 | PARSEONLY |
| AnsiDefaults | 1024 | ANSI_DEFAULTS |
| AnsiNullDfltOff | 2048 | ANSI_NULL_DFLT_OFF |
| AnsiNullDfltOn | 4096 | ANSI_NULL_DFLT_ON |
| AnsiNulls | 8192 | ANSI_NULLS |
| AnsiPadding | 16384 | ANSI_PADDING |
| AnsiWarnings | 32768 | ANSI_WARNINGS |
| ForcePlan | 65536 | FORCEPLAN |
| ShowPlanAll | 131072 | SHOWPLAN_ALL |
| ShowPlanText | 262144 | SHOWPLAN_TEXT |
| ImplicitTransactions | 524288 | Implizite Transaktionen |
| RemoteProcTransactions | 1048576 | REMOTE_PROC_TRANSACTIONS |
| XactAbort | 2097152 | XACT_ABORT |
| DisableDefCnstChk | 4194304 | DISABLE_DEF_CNST_CHK |
| ShowPlanXml | 8388608 | SHOWPLAN_XML |
| NoBrowsetable | 16777216 | NO_BROWSETABLE |