다음을 통해 공유


Schedule Element for HostedProvider (ADF)

Contains elements that define the schedule for a hosted event provider.

구문

<Providers>
    <HostedProvider>
        ...
        <Schedule>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per HostedProvider element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

HostedProvider Element (ADF)

Child elements

StartTime Element for HostedProvider/Schedule (ADF)

Interval Element (ADF)

주의

The event provider schedule determines when and how often SQL Server 2005 Notification Services invokes the hosted event provider. If no schedule is provided, Notification Services invokes the event provider once; the event provider manages its own activity after this invocation.

The following example shows how to specify StartTime and Interval values for an event provider.

<Schedule>
    <StartTime>22:00:00</StartTime>
    <Interval>P0DT00H05M00S</Interval>
</Schedule>

참고 항목

참조

Application Definition File Reference

관련 자료

호스팅된 이벤트 공급자 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기