次の方法で共有


ProtocolRetryScheduleCollection Class

NotificationClassProtocol オブジェクトの再試行スケジュールのコレクションを表します。

名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)

構文

'宣言
<DefaultMemberAttribute("Item")> _
Public Class ProtocolRetryScheduleCollection
    Inherits ParameterCollectionBase
[DefaultMemberAttribute("Item")] 
public class ProtocolRetryScheduleCollection : ParameterCollectionBase
[DefaultMemberAttribute(L"Item")] 
public ref class ProtocolRetryScheduleCollection : public ParameterCollectionBase
/** @attribute DefaultMemberAttribute("Item") */ 
public class ProtocolRetryScheduleCollection extends ParameterCollectionBase
DefaultMemberAttribute("Item") 
public class ProtocolRetryScheduleCollection extends ParameterCollectionBase

解説

通知の配信が失敗すると、ディストリビュータは通知の配信を再試行できます。通知クラスで使用する配信プロトコルごとに、再試行スケジュールを構成します。

再試行スケジュールを指定しなかった場合、Notification Services は失敗した通知の配信を試行しません。

個々の再試行間隔を定義するには、ProtocolRetrySchedule クラスを使用します。

継承階層

System.Object
   Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
     Microsoft.SqlServer.Management.Smo.SmoCollectionBase
       Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
         Microsoft.SqlServer.Management.Smo.ParameterCollectionBase
          Microsoft.SqlServer.Management.Nmo.ProtocolRetryScheduleCollection

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ProtocolRetryScheduleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

その他の技術情報

配信プロトコルの実行設定の指定
RetrySchedule 要素 (ADF)