指定 SET 选项。
此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class SetOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetOptions
public enum SetOptions
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | 选项为 None | |
| QuotedIdentifier | 选项为 QuotedIdentifier | |
| ConcatNullYieldsNull | 选项为 ConcatNullYieldsNull | |
| CursorCloseOnCommit | 选项为 CursorCloseOnCommit | |
| ArithAbort | 选项为 ArithAbort | |
| ArithIgnore | 选项为 ArithIgnore | |
| FmtOnly | 选项为 FmtOnly | |
| NoCount | 选项为 NoCount | |
| NoExec | 选项为 NoExec | |
| NumericRoundAbort | 选项为 NumericRoundAbort | |
| ParseOnly | 选项为 ParseOnly | |
| AnsiDefaults | 选项为 AnsiDefaults | |
| AnsiNullDfltOff | 选项为 AnsiNullDfltOff | |
| AnsiNullDfltOn | 选项为 AnsiNullDfltOn | |
| AnsiNulls | 选项为 AnsiNulls | |
| AnsiPadding | 选项为 AnsiPadding | |
| AnsiWarnings | 选项为 AnsiWarnings | |
| ForcePlan | 选项为 ForcePlan | |
| ShowPlanAll | 选项为 ShowPlanAll | |
| ShowPlanText | 选项为 ShowPlanText | |
| ImplicitTransactions | 选项为 ImplicitTransactions | |
| RemoteProcTransactions | 选项为 RemoteProcTransactions | |
| XactAbort | 选项为 XactAbort |