다음을 통해 공유


MulticastDelivery Element (ADF)

Indicates whether the associated notification class uses multicast delivery.

구문

<NotificationClasses>
    <NotificationClass>
        ...
        <MulticastDelivery>

Element Characteristics

Characteristic Description

Data type

Boolean.

Default value

false.

Occurrence

Optional once per NotificationClass element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

NotificationClass Element (ADF)

Child elements

None.

주의

You cannot use MulticastDelivery with Microsoft SQL Server Standard Edition.

Multicast delivery conserves formatting and distribution resources by formatting and distributing identical notifications for multiple subscribers. A common use of multicast delivery is when many users will receive the same notification, such as for sports scores, and the notifications use the same locale and delivery device. Instead of formatting and sending the same message 50 times, Notification Services formats a single notification, determines the subscriber list, and then passes the array of subscribers to the delivery protocol.

If using multicast delivery, you should not include subscriber-specific information in your notifications.

You can limit the number of recipients in each multicast group with the MulticastRecipientLimit Element (ADF).

You cannot use both multicast delivery and digest delivery. If using multicast delivery, the DigestDelivery value must be false.

The following example shows how to configure multicast delivery.

<MulticastDelivery>true</MulticastDelivery>

참고 항목

참조

Application Definition File Reference

관련 자료

다이제스트 또는 멀티캐스트 배달 지정
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기