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. |
주의
The StatisticsTarget enumeration class is served by the UpdateStatistics method.