Share via


ISqlDatabaseOptions.IsAutoUpdateStatisticsOn Property

Gets or sets whether AUTO_UPDATE_STATISTICS is on.

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

Syntax

'Declaration
Property IsAutoUpdateStatisticsOn As Boolean
    Get
    Set
'Usage
Dim instance As ISqlDatabaseOptions
Dim value As Boolean

value = instance.IsAutoUpdateStatisticsOn

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

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