Partager via


Propriété Catalog.VersionCleanupEnabled

Gets or sets a value that indicates whether the version 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_VersionCleanupEnabledDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionCleanupEnabled")> _
Public Property VersionCleanupEnabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Catalog 
Dim value As Boolean 

value = instance.VersionCleanupEnabled

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

Valeur de propriété

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

Voir aussi

Référence

Catalog Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices