Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the various types of predicate SET options found in SQL.
Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetOptions
'Uso
Dim instance As SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum SetOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class SetOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetOptions
public enum SetOptions
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| AnsiDefaults | The option is AnsiDefaults. | |
| AnsiNullDfltOff | The option is AnsiNullDfltOff. | |
| AnsiNullDfltOn | The option is AnsiNullDfltOn. | |
| AnsiNulls | The option is AnsiNulls. | |
| AnsiPadding | The option is AnsiPadding. | |
| AnsiWarnings | The option is AnsiWarnings. | |
| ArithAbort | The option is ArithAbort. | |
| ArithIgnore | The option is ArithIgnore. | |
| ConcatNullYieldsNull | The option is ConcatNullYieldsNull. | |
| CursorCloseOnCommit | The option is CursorCloseOnCommit. | |
| DisableDefCnstChk | The option is DisableDefCnstChk. | |
| FmtOnly | The option is FmtOnly. | |
| ForcePlan | The option is ForcePlan. | |
| ImplicitTransactions | The option is ImplicitTransactions. | |
| NoBrowsetable | Suppresses metadata. | |
| NoCount | The option is NoCount. | |
| NoExec | The option is NoExec. | |
| None | The option is None. | |
| NumericRoundAbort | The option is NumericRoundAbort. | |
| ParseOnly | The option is ParseOnly. | |
| QuotedIdentifier | The option is QuotedIdentifier. | |
| RemoteProcTransactions | The option is RemoteProcTransactions. | |
| ShowPlanAll | The option is ShowPlanAll. | |
| ShowPlanText | The option is ShowPlanText. | |
| ShowPlanXml | The option is ShowPlanXml. | |
| XactAbort | The option is XactAbort. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom