Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Especifica a opção SET.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class SetOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetOptions
public enum SetOptions
Membros
| Nome do membro | Descrição | |
|---|---|---|
| None | Opção é None | |
| QuotedIdentifier | Opção é QuotedIdentifier | |
| ConcatNullYieldsNull | Opção é ConcatNullYieldsNull | |
| CursorCloseOnCommit | Opção é CursorCloseOnCommit | |
| ArithAbort | Opção é ArithAbort | |
| ArithIgnore | Opção é ArithIgnore | |
| FmtOnly | Opção é FmtOnly | |
| NoCount | Opção é NoCount | |
| NoExec | Opção é NoExec | |
| NumericRoundAbort | Opção é NumericRoundAbort | |
| ParseOnly | Opção é ParseOnly | |
| AnsiDefaults | Opção é AnsiDefaults | |
| AnsiNullDfltOff | Opção é AnsiNullDfltOff | |
| AnsiNullDfltOn | Opção é AnsiNullDfltOn | |
| AnsiNulls | Opção é AnsiNulls | |
| AnsiPadding | Opção é AnsiPadding | |
| AnsiWarnings | Opção é AnsiWarnings | |
| ForcePlan | Opção é ForcePlan | |
| ShowPlanAll | Opção é ShowPlanAll | |
| ShowPlanText | Opção é ShowPlanText | |
| ImplicitTransactions | Opção é ImplicitTransactions | |
| RemoteProcTransactions | Opção é RemoteProcTransactions | |
| XactAbort | Opção é XactAbort |