IDatabaseOptions.AutoUpdateStatisticsEnabled プロパティ

データベース統計が自動的に更新されるかどうかを示します。

名前空間:  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
統計が自動的に更新されるかどうかを示す Boolean 値です。True の場合、統計が更新されます。それ以外の場合は、False です。

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間