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
)
参数
- 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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ProtocolRetrySchedule Class
ProtocolRetrySchedule Members
Microsoft.SqlServer.Management.Nmo Namespace