다음을 통해 공유


Schedule Element for VacuumSchedule (ADF)

Specifies the schedule for the data removal process function.

구문

<ApplicationExecutionSettings>
    ...
    <Vacuum>
        ...
        <VacuumSchedule>
            <Schedule>

Element Characteristics

Characteristic Description

Data type and length

None.

Default value

None.

Occurrence

Required once or more per VacuumSchedule element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

VacuumSchedule Element (ADF)

Child elements

StartTime Element for VacuumSchedule/Schedule (ADF)

Duration Element (ADF)

주의

Vacuuming schedules cannot overlap. If schedules overlap, Notification Services stops the earlier vacuuming process before the later one starts.

The following example shows a Schedule element that specifies that vacuuming runs from 3:00 A.M. to 5:00 A.M. (UTC) every day.

<Schedule>
    <StartTime>03:00:00</StartTime>
    <Duration>P0DT02H00M00S</Duration>
</Schedule>

참고 항목

참조

Application Definition File Reference

관련 자료

데이터 제거 구성
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기