SqlUserOptions Enumeration
An instance of this class represents a configurable server option that relates specifically to users.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SqlUserOptions
[FlagsAttribute]
public enum SqlUserOptions
[FlagsAttribute]
public enum class SqlUserOptions
[<FlagsAttribute>]
type SqlUserOptions
public enum SqlUserOptions
Members
Member name | Description | |
---|---|---|
DisableDefaultConstraintChecking | Indicates that this object models the DisableDefaultConstraintChecking property. | |
ImplicitTransactions | Indicates that this object models the Implicit property. | |
CursorCloseOnCommit | Indicates that this object models the CursorCloseOnCommit property. | |
AnsiWarnings | Indicates that this object models the AnsiWarnings property. | |
AnsiPadding | Indicates that this object models the AnsiPadding property. | |
AnsiNulls | Indicates that this object models the AnsiNulls property. | |
ArithAbort | Indicates that this object models the ArithAbort property. | |
ArithIgnore | Indicates that this object models the ArithIgnore property. | |
QuotedIdentifier | Indicates that this object models the QuotedIdentifier property. | |
NoCount | Indicates that this object models the NoCount property. | |
AnsiNullDefaultOn | Indicates that this object models the AnsiNullDefaultOn property. | |
AnsiNullDefaultOff | Indicates that this object models the AnsiNullDefaultOff property. | |
ConcatNullYieldsNull | Indicates that this object models the ConcatNullYieldsNull property. | |
NumericRoundAbort | Indicates that this object models the NumericRoundAbort property. | |
XactAbort | Indicates that this object models the XactAbort property. |