ProtocolRetrySchedule Constructor (NotificationClassProtocol, String)
Initializes a new instance of the ProtocolRetrySchedule class with a NotificationClassProtocol and a name.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
notificationClassProtocol As NotificationClassProtocol, _
name As String _
)
public ProtocolRetrySchedule (
NotificationClassProtocol notificationClassProtocol,
string name
)
public:
ProtocolRetrySchedule (
NotificationClassProtocol^ notificationClassProtocol,
String^ name
)
public ProtocolRetrySchedule (
NotificationClassProtocol notificationClassProtocol,
String name
)
public function ProtocolRetrySchedule (
notificationClassProtocol : NotificationClassProtocol,
name : String
)
Parameter
- notificationClassProtocol
The parent NotificationClassProtocol for the retry schedule interval.
name
A String specifying the name of the retry schedule interval. Notification Services does not use this name.You cannot change the name. To rename a protocol retry schedule, remove it and add a new one.
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
ProtocolRetrySchedule Class
ProtocolRetrySchedule Members
Microsoft.SqlServer.Management.Nmo Namespace
Andere Ressourcen
Konfigurieren von Übermittlungsprotokollen
Angeben von Einstellungen zur Ausführung des Übermittlungsprotokolls
RetrySchedule Element (ADF)