DeliveryChannel Class

指定した Notification Services インスタンスの配信チャネルを表します。このクラスは、Microsoft SQL Server 2005 では推奨されません。

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

構文

'宣言
<GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class DeliveryChannel
    Implements IDeliveryChannel
[GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class DeliveryChannel : IDeliveryChannel
[GuidAttribute(L"B3CBA076-E430-3285-BC8E-DDDC2AE75F26")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class DeliveryChannel : IDeliveryChannel
/** @attribute GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class DeliveryChannel implements IDeliveryChannel
GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class DeliveryChannel implements IDeliveryChannel

解説

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

このクラスは、配信チャネルをカプセル化して、サブスクリプション管理インターフェイスで使用できるように公開するために使用されます。

このクラスには、コンストラクタはありません。Item プロパティによって返される DeliveryChannel オブジェクトを使用します。

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.DeliveryChannel

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

DeliveryChannel Members
Microsoft.SqlServer.NotificationServices Namespace