Поделиться через


ProtocolRetrySchedule Constructor (NotificationClassProtocol, String)

Initializes a new instance of the ProtocolRetrySchedule class with a NotificationClassProtocol and a name.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
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
)

Параметры

  • 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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Настройка протоколов доставки
Установка настроек выполнения протокола доставки
RetrySchedule Element (ADF)