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
)
參數
- 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