共用方式為


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(zh-tw,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 協助