Catalog.OperationCleanupEnabled 속성

정의

정리 작업이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool OperationCleanupEnabled { bool get(); void set(bool value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_OperationCleanupEnabledDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_OperationCleanupEnabled")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public bool OperationCleanupEnabled { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_OperationCleanupEnabledDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_OperationCleanupEnabled")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.OperationCleanupEnabled : bool with get, set
Public Property OperationCleanupEnabled As Boolean

속성 값

작업 정리를 사용하도록 설정하면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상