ChronicleName Element for EventClass/Chronicles/Chronicle (ADF)

Specifies the user-defined name of the event chronicle table.

语法

<EventClasses>
    <EventClass>
        ...
        <Chronicles>
            <Chronicle>
                <ChronicleName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 255 characters in length.

Default value

None.

Occurrence

Required once within a Chronicle element.

Updates

Can be modified, but not added or deleted, when updating an application.

Element Relationships

Relationship Elements

Parent element

Chronicle Element for EventClass/Chronicles (ADF)

Child elements

None.

备注

The ChronicleName value should be the same as the chronicle table name defined in the related SqlSchema element.

ms146607.note(zh-cn,SQL.90).gif重要提示:
If you update a ChronicleName element, updating the application deletes and re-creates the event class to which it corresponds. This includes dropping and re-creating the SQL Server tables and indexes used by this event class. Make sure to back up your application database before updating the application.

示例

The following example shows a populated ChronicleName element.

<ChronicleName>StockEventChron</ChronicleName>

请参阅

参考

Application Definition File Reference

其他资源

定义事件历史记录表
更新实例和应用程序

帮助和信息

获取 SQL Server 2005 帮助