NotificationClassCollection Class

Notification Services Application で使用する通知クラスのコレクションを表します。

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

構文

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

解説

NotificationClass オブジェクトは、Notification Services アプリケーションのすべての通知クラスの定義を格納します。

通知クラスは、アプリケーションによって生成される通知を 1 種類定義します。Notification Services アプリケーションを定義するときには、アプリケーションによってサポートされる通知の種類ごとに、通知クラスを 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.NotificationClassCollection

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

NotificationClassCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

その他の技術情報

通知クラスの定義
NotificationClasses 要素 (ADF)