AutoUpdateStatisticsEnabled プロパティ
データベース統計が自動的に更新されるかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")> _
Property AutoUpdateStatisticsEnabled As Boolean
Get
Set
'使用
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.AutoUpdateStatisticsEnabled
instance.AutoUpdateStatisticsEnabled = value
[DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")]
[DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")]
bool AutoUpdateStatisticsEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_AutoUpdateStatisticsEnabledName")]
[DisplayDescriptionKeyAttribute(L"Database_AutoUpdateStatisticsEnabledDesc")]
property bool AutoUpdateStatisticsEnabled {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")>]
[<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")>]
abstract AutoUpdateStatisticsEnabled : bool with get, set
function get AutoUpdateStatisticsEnabled () : boolean
function set AutoUpdateStatisticsEnabled (value : boolean)
プロパティ値
型: System. . :: . .Boolean
統計が自動的に更新されるかどうかを示す Boolean 値です。True の場合、統計が更新されます。それ以外の場合は、False です。