共用方式為


NotificationClassProtocol.ProtocolRetrySchedules Property

Gets the collection of retry schedules for notifications sent using the delivery protocol.

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

語法

'宣告
Public ReadOnly Property ProtocolRetrySchedules As ProtocolRetryScheduleCollection
public ProtocolRetryScheduleCollection ProtocolRetrySchedules { get; }
public:
property ProtocolRetryScheduleCollection^ ProtocolRetrySchedules {
    ProtocolRetryScheduleCollection^ get ();
}
/** @property */
public ProtocolRetryScheduleCollection get_ProtocolRetrySchedules ()
public function get ProtocolRetrySchedules () : ProtocolRetryScheduleCollection

屬性值

A ProtocolRetryScheduleCollection object that represents the set of retry schedules for the delivery protocol.

備註

Retry schedules are optional. If you do not provide retry schedules for a delivery protocol, Notification Services does not attempt to deliver failed notifications sent using the delivery protocol.

The retry schedule is for a distributor work item; each work item with unsuccessful deliveries is retried on the specified schedule. During each retry, Notification Services retries only those notifications that have not been sent successfully.

執行緒安全性

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 的硬體和軟體需求>。

請參閱

參考

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

其他資源

RetrySchedule Element (ADF)
指定傳遞通訊協定執行設定
設定傳遞通訊協定