Partilhar via


Propriedade ISqlDatabaseOptions.IsAutoUpdateStatisticsOn

Obtém ou define um valor que indica se o AutoUpdateStatistics está habilitado.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlDatabaseOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel