SubscriptionClass Class

特定のアプリケーションに対して指定されたサブスクリプション クラスを表します。このクラスは、Microsoft SQL Server 2005 では推奨されません。

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

構文

'宣言
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2")> _
Public Class SubscriptionClass
    Implements ISubscriptionClass
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2")] 
public class SubscriptionClass : ISubscriptionClass
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute(L"34A36896-A620-3042-85C1-22519DDA86C2")] 
public ref class SubscriptionClass : ISubscriptionClass
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2") */ 
public class SubscriptionClass implements ISubscriptionClass
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
GuidAttribute("34A36896-A620-3042-85C1-22519DDA86C2") 
public class SubscriptionClass implements ISubscriptionClass

解説

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

SubscriptionClass クラスを使用して、アプリケーションに定義された任意のサブスクリプション クラスのメタデータにアクセスできます。アプリケーションで指定したサブスクリプションを追加、更新、削除するための Subscription クラスと混同しないでください。このクラスは、指定されたサブスクリプション クラスに定義されたサブスクリプション フィールドに関する情報を取得するメソッドを提供します。

SubscriptionClass クラスにはコンストラクタはありません。SubscriptionClass を取得するには、SubscriptionClassEnumeration.Item プロパティを使用します。

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.SubscriptionClass

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

SubscriptionClass Members
Microsoft.SqlServer.NotificationServices Namespace