AutoCreateStatisticsEnabled 屬性

Gets or sets a Boolean property value that specifies whether the AUTOCREATESTATISTICS database option is active.

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

語法

'宣告
<DisplayNameKeyAttribute("Database_AutoCreateStatisticsEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_AutoCreateStatisticsEnabledDesc")> _
Property AutoCreateStatisticsEnabled As Boolean
    Get
    Set
'用途
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.AutoCreateStatisticsEnabled

instance.AutoCreateStatisticsEnabled = value
[DisplayNameKeyAttribute("Database_AutoCreateStatisticsEnabledName")]
[DisplayDescriptionKeyAttribute("Database_AutoCreateStatisticsEnabledDesc")]
bool AutoCreateStatisticsEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_AutoCreateStatisticsEnabledName")]
[DisplayDescriptionKeyAttribute(L"Database_AutoCreateStatisticsEnabledDesc")]
property bool AutoCreateStatisticsEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_AutoCreateStatisticsEnabledName")>]
[<DisplayDescriptionKeyAttribute("Database_AutoCreateStatisticsEnabledDesc")>]
abstract AutoCreateStatisticsEnabled : bool with get, set
function get AutoCreateStatisticsEnabled () : boolean
function set AutoCreateStatisticsEnabled (value : boolean)

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether the AUTOCREATESTATISTICS database option is active.
If True, statistics are automatically created.
If False (default), statistics are not automatically created.

備註

This property specifies whether statistics are automatically created for a database.