ProtocolDefinitionCollection Class
Notification Services Instance に対応するカスタム配信プロトコルのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
Public Class ProtocolDefinitionCollection
Inherits SimpleObjectCollectionBase
[DefaultMemberAttribute("Item")]
public class ProtocolDefinitionCollection : SimpleObjectCollectionBase
[DefaultMemberAttribute(L"Item")]
public ref class ProtocolDefinitionCollection : public SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public class ProtocolDefinitionCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item")
public class ProtocolDefinitionCollection extends SimpleObjectCollectionBase
解説
Notification Services のインスタンスには、カスタム配信プロトコルを設定できます。個々のカスタム配信プロトコルを定義するには、ProtocolDefinition クラスを使用します。
組み込みの File 配信プロトコルおよび簡易メール転送プロトコル (SMTP) 配信プロトコルには、カスタム配信プロトコルを定義しないでください。
継承階層
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.ProtocolDefinitionCollection
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ProtocolDefinitionCollection Members
Microsoft.SqlServer.Management.Nmo Namespace