Catalog.OperationCleanupEnabled プロパティ

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

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("Catalog_OperationCleanupEnabledDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationCleanupEnabled")> _
Public Property OperationCleanupEnabled As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Boolean
操作のクリーンアップを有効にする場合は true、それ以外の場合は false です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間