Gets or sets a value that indicates whether the operation cleanup is enabled.
命名空间: 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 if the operation cleanup is enabled; otherwise, false.