Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the AUTO_UPDATE_STATISTICS_ASYNC database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property AutoUpdateStatisticsAsync As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.AutoUpdateStatisticsAsync
instance.AutoUpdateStatisticsAsync = value
public Nullable<bool> AutoUpdateStatisticsAsync { get; set; }
public:
property Nullable<bool> AutoUpdateStatisticsAsync {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AutoUpdateStatisticsAsync : Nullable<bool> with get, set
function get AutoUpdateStatisticsAsync () : Nullable<boolean>
function set AutoUpdateStatisticsAsync (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>