NotificationFieldCollection Class
NotificationClass に対応する NotificationField オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
Public Class NotificationFieldCollection
Inherits ParameterCollectionBase
[DefaultMemberAttribute("Item")]
public class NotificationFieldCollection : ParameterCollectionBase
[DefaultMemberAttribute(L"Item")]
public ref class NotificationFieldCollection : public ParameterCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public class NotificationFieldCollection extends ParameterCollectionBase
DefaultMemberAttribute("Item")
public class NotificationFieldCollection extends ParameterCollectionBase
解説
通知クラスを定義するときには、サブスクライバに送信する通知データのフィールドを指定します。これらのフィールドを使用して通知ビューが作成されます。この通知ビューには、通知生成ルールにより通知データが挿入されます。
各フィールドを定義するには、NotificationField クラスを使用します。
継承階層
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.NotificationFieldCollection
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
NotificationFieldCollection Members
Microsoft.SqlServer.Management.Nmo Namespace