Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration SetStatisticsOptions
'Usage
Dim instance As SetStatisticsOptions
[SerializableAttribute]
[FlagsAttribute]
public enum SetStatisticsOptions
[SerializableAttribute]
[FlagsAttribute]
public enum class SetStatisticsOptions
[<SerializableAttribute>]
[<FlagsAttribute>]
type SetStatisticsOptions
public enum SetStatisticsOptions
Members
| 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. |