Database.AutoUpdateStatisticsAsync Property
SQL Server 2012
Gets or sets a value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
final function get AutoUpdateStatisticsAsync () : boolean final function set AutoUpdateStatisticsAsync (value : boolean)
Property Value
Type: System.BooleanA Boolean value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active. If True, statistics are automatically updated. If False (default), statistics are not automatically updated.