<FieldName> Element (/NotificationClass/Schema/ComputedFields/ComputedField)
SQL Server 2000
Specifies the user-defined name of the computed notification field.
Structure
<NotificationClasses>
<NotificationClass>
...
<Schema>
...
<ComputedFields>
<ComputedField>
<FieldName>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 128 characters in length. |
| Default Value | None. |
| Occurrence | Required once per <ComputedField> node. |
| Updates | You can modify this element, but cannot add or delete it. Use NSControl Update to apply any modification. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <ComputedField> Node |
Remarks
Field names must conform to SQL Server identifier naming conventions. For more information about SQL Server identifier naming conventions, see "Using Identifiers" in SQL Server Books Online.
If you update a <FieldName> 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 a <FieldName> element, any data existing in the original SQL Server tables is permanently deleted.