SetStatisticsOptions 列挙型

定義

SQL に含まれるさまざまな種類の述語 SET STATISTICS オプション。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
[System.Serializable]
public enum SetStatisticsOptions
[<System.Flags>]
[<System.Serializable>]
type SetStatisticsOptions = 
Public Enum SetStatisticsOptions
継承
SetStatisticsOptions
属性

フィールド

名前 説明
None 0
IO 1
Profile 2
Time 4
Xml 8

適用対象