Expand Minimize
This topic has not yet been rated - Rate this topic

<FieldType> Element (/NotificationClass/Schema/Fields/Field)

SQL Server 2000

Specifies the SQL Server data type that the notification field should implement.

Structure
<NotificationClasses>
   <NotificationClass>
      ...
      <Schema>
         <Fields>
            <Field>
               ...
               <FieldType>

Element Characteristics
Characteristic Description
Data Type string, between 1 and 255 characters in length.
Default Value None.
Occurrence Required once per <Field> node.
Updates Can be modified, but not added or deleted, using NSControl Update.
Element Relationships
Relationship Elements
Parent Node <Field> Node (/Schema/Fields)
Remarks

If you update a <FieldType> 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 <FieldType> element, any data existing in the original SQL Server tables is permanently deleted.

See Also
Defining Subscription Fields
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.