Перечисление 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. |