StatisticsTarget Enumeration
The StatisticsTarget enumeration contains values that specify the type of statistic that is targeted for the update operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Enumeration StatisticsTarget
public enum StatisticsTarget
public enum class StatisticsTarget
public enum StatisticsTarget
public enum StatisticsTarget
Members
Member name | Description |
---|---|
All | Value = 3. Statistical information is collected for columns and indexes. This option is the default. |
Column | Value = 1. Statistical information is collected for columns only. |
Index | Value = 2. Statistical information is collected for indexes only. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.