<StartTime> Element (/HostedProvider/Schedule)
SQL Server 2000
Specifies the initial time after the application is set up that the event provider is to start running.
Structure
<Providers>
<HostedProvider>
...
<Schedule>
<StartTime>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 512 characters in length. |
| Default Value | None. |
| Occurrence | Optional once per HostedProvider/Schedule node. |
| Updates | Can be added, deleted, and modified using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Schedule> Node (<HostedProvider>) |
Remarks
If no <StartTime> value is specified, the event provider starts running immediately after the application is set up.
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).