StatisticsTarget 枚举
The StatisticsTarget enumeration contains values that specify the type of statistic that is targeted for the update operation.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Enumeration StatisticsTarget
用法
Dim instance As StatisticsTarget
public enum StatisticsTarget
public enum class StatisticsTarget
type StatisticsTarget
public enum StatisticsTarget
成员
成员名称 | 说明 | |
---|---|---|
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. |