ISqlDatabaseOptions.IsAutoCreateStatisticsOn Property

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

Syntax

'Declaration
Property IsAutoCreateStatisticsOn As Boolean
'Usage
Dim instance As ISqlDatabaseOptions 
Dim value As Boolean 

value = instance.IsAutoCreateStatisticsOn

instance.IsAutoCreateStatisticsOn = value
bool IsAutoCreateStatisticsOn { get; set; }
property bool IsAutoCreateStatisticsOn {
    bool get ();
    void set (bool value);
}
function get IsAutoCreateStatisticsOn () : boolean 
function set IsAutoCreateStatisticsOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

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