共用方式為


NotificationClass.DigestDelivery Property

Gets or sets the digest delivery setting for the notification class.

命名空間: Microsoft.SqlServer.Management.Nmo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
Public Property DigestDelivery As Boolean
public bool DigestDelivery { get; set; }
public:
property bool DigestDelivery {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DigestDelivery ()

/** @property */
public void set_DigestDelivery (boolean value)
public function get DigestDelivery () : boolean

public function set DigestDelivery (value : boolean)

屬性值

true if notifications from the notification class can be combined into digest messages; otherwise, false.

備註

Digest delivery combines multiple notifications for the same subscriber into a single notification. The notifications must all be in the same notification batch and also must have the same SubscriberId, SubscriberLocale, DeviceName, and matching values in any fields with a DigestGrouping value of true.

If the DigestDelivery value is true, the NotificationBatchSize property specifies the number of notification batches generated from a single rule firing.

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

範例

The following examples show how to use digest delivery for notifications generated for a notification class:

flightNotifications.DigestDelivery = true;
flightNotifications.DigestDelivery = True

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.Management.Nmo Namespace

其他資源

定義通知類別
指定多重傳遞的摘要