Share via


Catalog.VersionCleanupEnabled プロパティ

バージョンのクリーンアップを有効にするかどうかを示す値を取得または設定します。

名前空間:  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、それ以外の場合は false です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間