Freigeben über


Value Element for DeliveryChannel/Arguments/Argument (ICF)

Contains the value of an argument to be passed to the delivery channel.

Syntax

<DeliveryChannels>
    <DeliveryChannel>
        ...
        <Arguments>
            <Argument>
                ...
                <Value>

Element Characteristics

Characteristic Description

Data type

string, between 0 and 4,000 characters in length.

Default value

None.

Occurrence

Required once per Argument element.

Updates

Can be modified and then applied when updating the instance.

Element Relationships

Relationship Elements

Parent element

Argument Element (ICF)

Child elements

None.

Hinweise

Delivery channel arguments are dependent on the delivery protocol. Each protocol has its own requirements. For information about the arguments required by standard delivery protocols, see Standardübermittlungsprotokolle.

Notification Services stores the argument names and values in the instance database. To encrypt the values stored in the database, use argument encryption. For more information, see Konfigurieren der Argumentverschlüsselung.

ms145306.note(de-de,SQL.90).gifHinweis:
Do not store user name and password information in the instance configuration file (ICF). Use parameters, as shown in the example, and then provide values for the parameters when creating and updating the instance.

Beispiel

This example shows how to specify the value DeliveryServer10 for the Server argument.

<Argument>
    <Name>Server</Name>
    <Value>DeliveryServer10</Value>
</Argument>

Siehe auch

Verweis

Application Definition File Reference

Konzepte

Instance Configuration File Reference

Andere Ressourcen

Definieren von Übermittlungskanälen
Standardübermittlungsprotokolle
Aktualisieren von Instanzen und Anwendungen

Hilfe und Informationen

Informationsquellen für SQL Server 2005