ISubscriber.DeleteSubscriptions Method
Subscriber クラスの明示的なインターフェイス メソッド定義です。
名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)
構文
'宣言
Sub DeleteSubscriptions ( _
nsApplication As NSApplication, _
subscriptionClassName As String _
)
void DeleteSubscriptions (
NSApplication nsApplication,
string subscriptionClassName
)
void DeleteSubscriptions (
NSApplication^ nsApplication,
String^ subscriptionClassName
)
void DeleteSubscriptions (
NSApplication nsApplication,
String subscriptionClassName
)
function DeleteSubscriptions (
nsApplication : NSApplication,
subscriptionClassName : String
)
パラメータ
- nsApplication
Notification Services アプリケーションを表す NSApplication です。このアプリケーションから、サブスクライバのすべてのサブスクリプションが削除されます。
- subscriptionClassName
指定したサブスクリプション クラスの名前を表す文字列です。指定したサブスクリプション クラスのサブスクリプションが削除されます。
解説
このメソッドは実装しないでください。このメソッドは Subscriber クラスの明示的なインターフェイス定義のメンバであり、COM 相互運用機能のためだけに用意されています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ISubscriber Interface
ISubscriber Members
Microsoft.SqlServer.NotificationServices Namespace