Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contains the logical name of a delivery channel.
Syntaxe
<DeliveryChannels>
<DeliveryChannel>
<DeliveryChannelName>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
string, between 1 and 64 characters in length. |
Default value |
None. |
Occurrence |
Required once per DeliveryChannel element. |
Updates |
Can be modified when updating the instance. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Notes
The delivery channel name must be unique within the instance of SQL Server 2005 Notification Services. Notification Services names are not case-sensitive. For example, Notification Services does not distinguish between "EmailChannel" and "emailchannel."
Delivery channel names cannot contain the following characters: open bracket ([), close bracket (]), quotation mark ("), single quote ('), backslash (\), and forward slash (/).
Renaming a delivery channel is equivalent to deleting the old delivery channel and creating the new delivery channel. After you rename the delivery channel, update any subscriber device records that contain the old delivery channel.
Exemple
This example shows how to specify a delivery channel name of EmailChannel.
<DeliveryChannelName>EmailChannel</DeliveryChannelName>
Voir aussi
Référence
Application Definition File Reference
Concepts
Instance Configuration File Reference