AutoUpdateStatisticsEnabled propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Database_AutoUpdateStatisticsEnabledDesc")> _
<DisplayNameKeyAttribute("Database_AutoUpdateStatisticsEnabledName")> _
Property AutoUpdateStatisticsEnabled As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean