<Field> Node (/EventClass/Schema)
SQL Server 2000
Provides a location for defining one event class field.
Structure
<EventClasses>
<EventClass>
...
<Schema>
<Field>
Node Characteristics
| Characteristic | Description |
|---|---|
| Occurrence | Required once or more per <Schema> node. |
| Updates | Can be added and deleted using NSControl Update. |
Node Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Schema> Node (<EventClass>) |
| Child Elements | <FieldName> Element (/EventClass/Schema/Field) |
Remarks
If you add or delete a <Field> node, 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 If you add or delete a <Field> node, any data existing in the original SQL Server tables is permanently deleted.