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

Database.AutoUpdateStatisticsAsync Property

Gets or sets a property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
public bool AutoUpdateStatisticsAsync { get; set; }

Property Value

Type: System.Boolean
A 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.

Implements

IDatabaseOptions.AutoUpdateStatisticsAsync
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.