Share via


StatisticsTarget Enumeration

The StatisticsTarget enumeration contains values that specify the type of statistic targeted for the update operation.

네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

구문

‘선언
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.

주의

The StatisticsTarget enumeration class is served by the UpdateStatistics method.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo Namespace