NotificationClass Class

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

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

構文

'宣言
<GuidAttribute("5CF91FCF-8F6B-419d-B2C7-33DA417F7937")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
Public Class NotificationClass
    Implements INotificationClass
[GuidAttribute("5CF91FCF-8F6B-419d-B2C7-33DA417F7937")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
public class NotificationClass : INotificationClass
[GuidAttribute(L"5CF91FCF-8F6B-419d-B2C7-33DA417F7937")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
public ref class NotificationClass : INotificationClass
/** @attribute GuidAttribute("5CF91FCF-8F6B-419d-B2C7-33DA417F7937") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
public class NotificationClass implements INotificationClass
GuidAttribute("5CF91FCF-8F6B-419d-B2C7-33DA417F7937") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
public class NotificationClass implements INotificationClass

解説

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

NotificationClass クラスを使用して、アプリケーションに定義された任意の通知クラスのメタデータにアクセスできます。このクラスには、指定された通知クラスに定義された通知フィールドに関する情報を取得するメソッドがあります。

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

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.NotificationClass

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

NotificationClass Members
Microsoft.SqlServer.NotificationServices Namespace