다음을 통해 공유


EventClasses Element (ADF)

Contains elements that define one or more event classes used by this application.

구문

<Application>
    ...
    <EventClasses>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per Application element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

EventClass Element (ADF)

주의

An application is not required to have event classes. The Transact-SQL queries that generate notifications can obtain data from other sources.

ms145192.note(ko-kr,SQL.90).gif중요:
If you delete the EventClasses group of elements, updating the application deletes the event classes, including all related SQL Server tables and indexes. Any data existing in the original event class tables is permanently deleted.

The following example shows an EventClasses element that has placeholders for two event classes. For an example of an event class, see EventClass Element (ADF).

<EventClasses>
    <EventClass>
    <!-- Define first event class here -->
    </EventClass>
    <EventClass>
    <!-- Define second event class here -->
    </EventClass>
</EventClasses>

참고 항목

참조

Application Definition File Reference

관련 자료

핵심 이벤트 클래스 속성 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기