Share via


ISqlDatabaseOptions.IsAutoUpdateStatisticsOn Property

Gets or sets a value that indicates whether AutoUpdateStatistics is enabled.

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

Syntax

'Declaration
Property IsAutoUpdateStatisticsOn As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace