ApplicationCollection Class

指定した Notification Services インスタンス内の Notification Services アプリケーションのコレクションを表します。

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

構文

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

解説

ApplicationCollection クラスを使用すると、指定された Notification Services インスタンスの Notification Services アプリケーションのセットの反復処理、指定されたアプリケーションの取得、Application オブジェクトの追加または削除を行えます。

ApplicationCollection を取得し、個々のアプリケーションを追加、削除、または取得するには、インスタンスの Applications プロパティを使用します。

継承階層

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

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ApplicationCollection Members
Microsoft.SqlServer.Management.Nmo Namespace
Instance.Applications

その他の技術情報

アプリケーションとインスタンスの関連付け