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

IDatabaseOptions.AutoUpdateStatisticsEnabled Property

SQL Server 2012

Specifies whether database statistics are automatically updated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")]
[DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")]
bool AutoUpdateStatisticsEnabled { get; set; }

Property Value

Type: System.Boolean
A Boolean value indicating whether statistics are updated automatically. If True, statistics are updated. Otherwise, False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.