Partager via


Propriété Catalog.OperationCleanupEnabled

Gets or sets a value that indicates whether the operation cleanup is enabled.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Catalog_OperationCleanupEnabledDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationCleanupEnabled")> _
Public Property OperationCleanupEnabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Catalog 
Dim value As Boolean 

value = instance.OperationCleanupEnabled

instance.OperationCleanupEnabled = value
[DisplayDescriptionKeyAttribute("Catalog_OperationCleanupEnabledDesc")]
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[DisplayNameKeyAttribute("Catalog_OperationCleanupEnabled")]
public bool OperationCleanupEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Catalog_OperationCleanupEnabledDesc")]
[SfcPropertyAttribute(Data = true)]
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[DisplayNameKeyAttribute(L"Catalog_OperationCleanupEnabled")]
public:
property bool OperationCleanupEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Catalog_OperationCleanupEnabledDesc")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<DisplayNameKeyAttribute("Catalog_OperationCleanupEnabled")>]
member OperationCleanupEnabled : bool with get, set
function get OperationCleanupEnabled () : boolean 
function set OperationCleanupEnabled (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the operation cleanup is enabled; otherwise, false.

Voir aussi

Référence

Catalog Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices