<NotificationClassName> Element
SQL Server 2000
Specifies the user-defined name of the notification class.
Structure
<NotificationClasses>
<NotificationClass>
<NotificationClassName>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 128 characters in length. |
| Default Value | None. |
| Occurrence | Required once per <NotificationClass> node. |
| Updates | Can be modified, but not added or deleted, using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <NotificationClass> Node |
Remarks
The name of a notification class must conform to SQL Server identifier naming conventions. It also must be unique within the application. For more information about SQL Server identifier naming conventions, see "Using Identifiers" in SQL Server Books Online.
If you update the <NotificationClassName> element, NSControl Update deletes and re-creates the notification class to which it corresponds. This includes dropping and re-creating the SQL Server tables used by this notification class.
Important If you update the <NotificationClassName> element, any data existing in the original SQL Server tables is permanently deleted.