Partager via


ISqlDatabaseOptions.IsAutoUpdateStatisticsOn, propriété

Obtient ou définit une valeur qui indique si AutoUpdateStatistics est activé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms