SetStatisticsOptions Enumeration
Represents the various types of predicate SET STATISTICS options found in SQL.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| IO | The option is IO. | |
| None | The option is None. | |
| Profile | The option is Profile. | |
| Time | The option is Time. | |
| Xml | The option is Xml. |
Show: