DeliveryChannelEnumeration Class

指定した Notification Services のインスタンスにある使用可能な配信チャネルのコレクションを表します。このクラスは、Microsoft SQL Server 2005 では推奨されません。

名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)

構文

'宣言
<DefaultMemberAttribute("Item")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("CFE89C16-29E6-381A-A057-0F54B28A4556")> _
Public Class DeliveryChannelEnumeration
    Implements IDeliveryChannelEnumeration, IEnumerable
[DefaultMemberAttribute("Item")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("CFE89C16-29E6-381A-A057-0F54B28A4556")] 
public class DeliveryChannelEnumeration : IDeliveryChannelEnumeration, IEnumerable
[DefaultMemberAttribute(L"Item")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[GuidAttribute(L"CFE89C16-29E6-381A-A057-0F54B28A4556")] 
public ref class DeliveryChannelEnumeration : IDeliveryChannelEnumeration, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("CFE89C16-29E6-381A-A057-0F54B28A4556") */ 
public class DeliveryChannelEnumeration implements IDeliveryChannelEnumeration, IEnumerable
DefaultMemberAttribute("Item") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("CFE89C16-29E6-381A-A057-0F54B28A4556") 
public class DeliveryChannelEnumeration implements IDeliveryChannelEnumeration, IEnumerable

解説

Microsoft SQL Server 2005 では、Notification Services インスタンスとアプリケーションを作成および管理するためのクラスは Microsoft.SqlServer.Management.Nmo 名前空間にあります。このクラスの代わりに Microsoft.SqlServer.Management.Nmo.Instance.DeliveryChannels プロパティが使用されます。このプロパティでは、DeliveryChannelCollection オブジェクトが返されます。このクラスは Notification Services の以前のバージョンとの互換性を維持する目的で含まれているもので、今後のリリースでサポートされなくなる可能性があります。

DeliveryChannelEnumeration クラスを使用すると、指定した Notification Services のインスタンス内の使用可能な配信チャネルすべてを繰り返し処理できます。このクラスには Item プロパティがあり、これを使用して特定の配信チャネルを表す DeliveryChannel オブジェクトを取得することができます。このクラスは主に、サブスクリプション管理アプリケーションで、配信チャネルの一覧を選択できるようにするドロップダウン リスト ボックスを作成するときに使用します。

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.DeliveryChannelEnumeration

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

DeliveryChannelEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace