Expand Minimize
This topic has not yet been rated - Rate this topic

StatisticsTarget Enumeration

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum StatisticsTarget
Member nameDescription
AllValue = 3. Statistical information is collected for columns and indexes. This option is the default.
ColumnValue = 1. Statistical information is collected for columns only.
IndexValue = 2. Statistical information is collected for indexes only.

The StatisticsTarget enumeration class is served by the UpdateStatistics method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.