ISql90DatabaseOptions.IsAutoUpdateStatisticsAsyncOn Property

Gets or sets whether AUTO_UPDATE_STATISTICS_ASYNC is on.

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

Syntax

'Declaration
Property IsAutoUpdateStatisticsAsyncOn As Boolean
    Get
    Set
'Usage
Dim instance As ISql90DatabaseOptions
Dim value As Boolean

value = instance.IsAutoUpdateStatisticsAsyncOn

instance.IsAutoUpdateStatisticsAsyncOn = value
bool IsAutoUpdateStatisticsAsyncOn { get; set; }
property bool IsAutoUpdateStatisticsAsyncOn {
    bool get ();
    void set (bool value);
}
function get IsAutoUpdateStatisticsAsyncOn () : boolean
function set IsAutoUpdateStatisticsAsyncOn (value : boolean)
abstract IsAutoUpdateStatisticsAsyncOn : bool with get, set

Property Value

Type: System.Boolean
Returns True if AUTO_UPDATE_STATISTICS_ASYNC is on; otherwise, False.

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

ISql90DatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace