NotificationClassProtocol.ProtocolRetrySchedules Property
Gets the collection of retry schedules for notifications sent using the delivery protocol.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
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
Eigenschaftswert
A ProtocolRetryScheduleCollection object that represents the set of retry schedules for the delivery protocol.
Hinweise
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
NotificationClassProtocol Class
NotificationClassProtocol Members
Microsoft.SqlServer.Management.Nmo Namespace
Andere Ressourcen
RetrySchedule Element (ADF)
Angeben von Einstellungen zur Ausführung des Übermittlungsprotokolls
Konfigurieren von Übermittlungsprotokollen