共用方式為


IDatabaseOptions.AutoUpdateStatisticsEnabled 屬性

Specifies whether database statistics are automatically updated.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")> _
<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")> _
Property AutoUpdateStatisticsEnabled As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別:System.Boolean
A Boolean value indicating whether statistics are updated automatically. If True, statistics are updated. Otherwise, False.

請參閱

參考

IDatabaseOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間