Catalog.VersionCleanupEnabled Property

Definition

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

public:
 property bool VersionCleanupEnabled { bool get(); void set(bool value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_ProjectVersions")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_VersionCleanupEnabledDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_VersionCleanupEnabled")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public bool VersionCleanupEnabled { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_ProjectVersions")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_VersionCleanupEnabledDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_VersionCleanupEnabled")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.VersionCleanupEnabled : bool with get, set
Public Property VersionCleanupEnabled As Boolean

Property Value

true if the version cleanup is enabled; otherwise, false.

Attributes

Applies to