Freigeben über


FieldName Element for Protocol/Fields/Field (ADF)

Specifies the user-defined name of a protocol field.

Syntax

<NotificationClasses>
    <NotificationClass>
        ...
        <Protocols>
            <Protocol>
                ...
                <Fields>
                    <Field>
                        <FieldName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 128 characters in length.

Default value

None.

Occurrence

Required once per Field element.

Updates

Can be modified, but not added or deleted, when updating the application.

Element Relationships

Relationship Elements

Parent element

Field Element for Protocol/Fields (ADF)

Child elements

None.

Hinweise

Field names can contain letters, numbers, and the special characters _, #, @, and $. They must also conform to SQL Server identifier conventions. For more information about SQL Server identifiers, see Bezeichner.

Beispiel

The following example shows how to specify that the protocol field name is To.

<FieldName>To</FieldName>

Siehe auch

Verweis

Application Definition File Reference

Andere Ressourcen

Definieren des Benachrichtigungsschemas
Aktualisieren von Instanzen und Anwendungen

Hilfe und Informationen

Informationsquellen für SQL Server 2005