SetStatisticsOptions Enum

Definition

The various types of predicate SET STATISTICS options found in SQL.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Serializable]
public enum SetStatisticsOptions
[<System.Flags>]
[<System.Serializable>]
type SetStatisticsOptions = 
Public Enum SetStatisticsOptions
Inheritance
SetStatisticsOptions
Attributes

Fields

IO 1
None 0
Profile 2
Time 4
Xml 8

Applies to