次の方法で共有


SetStatisticsOptions 列挙体

SQL で使用されるさまざまな種類の述語 SET STATISTICS のオプションを表します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetStatisticsOptions
'使用
Dim instance As SetStatisticsOptions
[SerializableAttribute]
[FlagsAttribute]
public enum SetStatisticsOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class SetStatisticsOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetStatisticsOptions
public enum SetStatisticsOptions

メンバー

メンバー名 説明
IO オプションは IO です。
None オプションは None です。
Profile オプションは Profile です。
Time オプションは Time です。
Xml オプションは Xml です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間