次の方法で共有


ProtocolFieldCollection Class

Notification Services NotificationClassProtocol に対応する配信プロトコル フィールドのコレクションを表します。

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

構文

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

解説

一部の配信プロトコルには、構成データが必要です。たとえば、簡易メール転送プロトコル (SMTP) を使用して送信されるメッセージでは、SubjectFrom、および To のデータを指定する必要があります。ProtocolField クラスを使用して、個々のフィールド名と値を定義します。

継承階層

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.ProtocolFieldCollection

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ProtocolFieldCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

その他の技術情報

配信プロトコルの構成
Protocol の Fields 要素 (ADF)