다음을 통해 공유


Catalog.VersionCleanupEnabled 속성

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

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Catalog_VersionCleanupEnabledDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_ProjectVersions")> _
<DisplayNameKeyAttribute("Catalog_VersionCleanupEnabled")> _
Public Property VersionCleanupEnabled As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스