次の方法で共有


SetOptions 列挙体

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 です

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間