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.BooleanA Boolean value indicating whether statistics are updated automatically. If True, statistics are updated. Otherwise, False.