Поделиться через


Fields Element for Protocol (ADF)

Provides a location for the protocol header field definitions needed for one of the protocols used by the associated notification class.

Синтаксис

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

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per Protocol element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Protocol Element (ADF)

Child elements

Field Element for Protocol/Fields (ADF)

Замечания

If you update a Fields element, updating the application 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. Any data existing in the existing notification class tables is permanently deleted.

Пример

The following example shows a Fields element and its child elements. This example is specifying field values for an SMTP message.

<Fields>
    <Field>
        <FieldName>Subject</FieldName>
        <SqlExpression>%SubjectLine%</SqlExpression>
    </Field>
    <Field>
        <FieldName>From</FieldName>
        <SqlExpression>%fromAddress%</SqlExpression>
    </Field>
    <Field>
        <FieldName>To</FieldName>
        <FieldReference>DeviceAddress</FieldReference>
    </Field>
    <Field>
        <FieldName>Priority</FieldName>
        <SqlExpression>%mailPriority%</SqlExpression>
    </Field>
    <Field>
        <FieldName>BodyFormat</FieldName>
        <SqlExpression>&quot;html&quot;</SqlExpression>
    </Field>
</Fields>

См. также

Справочник

Application Definition File Reference

Другие ресурсы

Задание имени и полей протокола доставки
Обновление экземпляров и приложений

Справка и поддержка

Получение помощи по SQL Server 2005