TSqlModelOptions.AutoUpdateStatistics Property
Specifies the AUTO_UPDATE_STATISTICS database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property AutoUpdateStatistics As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.AutoUpdateStatistics
instance.AutoUpdateStatistics = value
public Nullable<bool> AutoUpdateStatistics { get; set; }
public:
property Nullable<bool> AutoUpdateStatistics {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AutoUpdateStatistics : Nullable<bool> with get, set
function get AutoUpdateStatistics () : Nullable<boolean>
function set AutoUpdateStatistics (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>