Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the user-defined name of the subscription chronicle table.
Синтаксис
<SubscriptionClasses>
<SubscriptionClass>
...
<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 element. |
Updates |
Can be modified, but not added or deleted, when updating an application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Замечания
The ChronicleName value should be the same as the chronicle table name as defined in the related SqlSchema element.
Важно! |
|---|
| If you update the ChronicleName value, updating the application re-creates the subscription class to which it corresponds. SQL Server 2005 Notification Services renames existing subscription tables by appending "Old" to the name and then creates new subscription tables. Existing subscription table indexes remain unchanged. If you want to transfer data between the old and new subscription tables, it must be done manually. For more information, see Обновление приложения. |
Пример
The following example shows a populated ChronicleName element.
<ChronicleName>StockSubscriptionChron</ChronicleName>
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Определение хроники для класса подписки
Обновление экземпляров и приложений
Важно!