<StartTime> Element (/VacuumSchedule/Schedule)
SQL Server 2000
Specifies the daily time when the vacuumer is to start running.
Structure
<ApplicationExecutionSettings>
...
<Vacuum>
...
<VacuumSchedule>
<Schedule>
<StartTime>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 512 characters in length. |
| Default Value | None. |
| Occurrence | Required once per /VacuumSchedule/Schedule node. |
| Updates | Can be modified, but not added or deleted, using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Schedule> Node (<VacuumSchedule>) |
Remarks
The <StartTime> value must conform to the Microsoft .NET Framework string representation of a DateTime data type. The <StartTime> value must be specified in Universal Coordinated Time (UTC).
If you indicate a date as well as a time for this value, only the time portion is used. The vacuumer starts at the specified time on the current day.