NotificationClassProtocolCollection Class
Notification Services NotificationClass に対応する配信プロトコルのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
Public Class NotificationClassProtocolCollection
Inherits SimpleObjectCollectionBase
[DefaultMemberAttribute("Item")]
public class NotificationClassProtocolCollection : SimpleObjectCollectionBase
[DefaultMemberAttribute(L"Item")]
public ref class NotificationClassProtocolCollection : public SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public class NotificationClassProtocolCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item")
public class NotificationClassProtocolCollection extends SimpleObjectCollectionBase
解説
配信プロトコルは、フォーマット済み通知を準備し、簡易メール転送プロトコル (SMTP) サーバーや他のメッセージ ゲートウェイなどの配信エンドポイントに送信します。各通知クラスには、通知の配信用に、少なくとも 1 つの配信プロトコルが必要です。
継承階層
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Nmo.NotificationClassProtocolCollection
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
NotificationClassProtocolCollection Members
Microsoft.SqlServer.Management.Nmo Namespace