Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the operation cleanup is enabled.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Catalog_OperationCleanupEnabledDesc")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<DisplayNameKeyAttribute("Catalog_OperationCleanupEnabled")> _
Public Property OperationCleanupEnabled As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the operation cleanup is enabled; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace