StatisticsTarget Enumeration

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

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
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.

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo Namespace