Condividi tramite


Proprietà ISql90DatabaseOptions.IsAutoUpdateStatisticsAsyncOn

Ottiene o imposta un valore che modella il flag AUTO_UPDATE_STATISTICS_ASYNC.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsAutoUpdateStatisticsAsyncOn As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90DatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel