Właściwość IDatabaseOptions.AutoUpdateStatisticsEnabled
Określa, czy statystyki bazy danych są automatycznie aktualizowane.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")> _
<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")> _
Property AutoUpdateStatisticsEnabled As Boolean
Get
Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.AutoUpdateStatisticsEnabled
instance.AutoUpdateStatisticsEnabled = value
[DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")]
[DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")]
bool AutoUpdateStatisticsEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_AutoUpdateStatisticsEnabledDesc")]
[DisplayNameKeyAttribute(L"Database_AutoUpdateStatisticsEnabledName")]
property bool AutoUpdateStatisticsEnabled {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")>]
[<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")>]
abstract AutoUpdateStatisticsEnabled : bool with get, set
function get AutoUpdateStatisticsEnabled () : boolean
function set AutoUpdateStatisticsEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość wskazującą, czy statystyki są automatycznie aktualizowane.Jeśli True, statystyki są aktualizowane.W przeciwnym razie jest używana wartość False.
Zobacz także