Compartir a través de


ISqlDatabaseOptions.IsAutoUpdateStatisticsOn (Propiedad)

Obtiene o establece un valor que indica si está habilitado AutoUpdateStatistics.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsAutoUpdateStatisticsOn As Boolean
    Get
    Set
bool IsAutoUpdateStatisticsOn { get; set; }
property bool IsAutoUpdateStatisticsOn {
    bool get ();
    void set (bool value);
}
abstract IsAutoUpdateStatisticsOn : bool with get, set
function get IsAutoUpdateStatisticsOn () : boolean
function set IsAutoUpdateStatisticsOn (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)