Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the user-defined name of the event chronicle table.
Syntax
<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 |
|
Child elements |
None. |
Hinweise
The ChronicleName value should be the same as the chronicle table name defined in the related SqlSchema element.
Wichtig: |
|---|
| 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. |
Beispiel
The following example shows a populated ChronicleName element.
<ChronicleName>StockEventChron</ChronicleName>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Definieren von Ereignisverlaufstabellen
Aktualisieren von Instanzen und Anwendungen
Wichtig: