<ChronicleName> Element (/EventClass/Chronicles/Chronicle)
SQL Server 2000
Specifies the user-defined name of the event chronicle table.
Structure
<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 per <Chronicle> node. |
| Updates | Can be modified, but not added or deleted, using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Chronicle> Node (/EventClass/Chronicles) |
Remarks
Microsoft recommends that the <ChronicleName> value be the name of the physical chronicle table as defined in the related <SqlSchema> node.
If you update a <ChronicleName> element, NSControl Update 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.
Important When you update a <ChronicleName> element, any data existing in the original SQL Server tables is permanently deleted.