ProtocolRetrySchedule Constructor (NotificationClassProtocol, String)
NotificationClassProtocol および名前を使用して、ProtocolRetrySchedule クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (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
再試行スケジュール間隔の親である NotificationClassProtocol です。
name
再試行スケジュール間隔の名前を示す String です。Notification Services は、この名前を使用しません。名前は変更できません。プロトコルの再試行スケジュールの名前を変更するには、スケジュールを削除してから新たに追加します。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ProtocolRetrySchedule Class
ProtocolRetrySchedule Members
Microsoft.SqlServer.Management.Nmo Namespace