Share via


ISql90DatabaseOptions.IsAutoUpdateStatisticsAsyncOn Property

Gets or sets a value that models the AUTO_UPDATE_STATISTICS_ASYNC flag.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsAutoUpdateStatisticsAsyncOn As Boolean
bool IsAutoUpdateStatisticsAsyncOn { get; set; }
property bool IsAutoUpdateStatisticsAsyncOn {
    bool get ();
    void set (bool value);
}
abstract IsAutoUpdateStatisticsAsyncOn : bool with get, set
function get IsAutoUpdateStatisticsAsyncOn () : boolean
function set IsAutoUpdateStatisticsAsyncOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace