ServiceQueueEvent.Add Method
2 つの指定したイベントを一緒に追加することによって作成される Service Broker キュー イベントのセットを返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
Public Shared Function Add ( _
eventLeft As ServiceQueueEvent, _
eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
public static ServiceQueueEventSet Add (
ServiceQueueEvent eventLeft,
ServiceQueueEvent eventRight
)
public:
static ServiceQueueEventSet^ Add (
ServiceQueueEvent^ eventLeft,
ServiceQueueEvent^ eventRight
)
public static ServiceQueueEventSet Add (
ServiceQueueEvent eventLeft,
ServiceQueueEvent eventRight
)
public static function Add (
eventLeft : ServiceQueueEvent,
eventRight : ServiceQueueEvent
) : ServiceQueueEventSet
パラメータ
- eventLeft
Service Broker キュー イベントを示す ServiceQueueEvent オブジェクトです。
- eventRight
別の Service Broker キュー イベントを示す ServiceQueueEvent オブジェクトです。
戻り値
Service Broker キュー イベントのセットを示す ServiceQueueEventSet オブジェクトの値です。
解説
更新されたテキスト :2006 年 4 月 14 日
この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
使用例
Visual Basic .NET でイベント ハンドラの登録およびイベント ハンドリングのサブスクライブを行う方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ServiceQueueEvent Class
ServiceQueueEvent Members
Microsoft.SqlServer.Management.Smo Namespace
その他の技術情報
変更履歴
リリース |
履歴 |
2006 年 4 月 14 日 |
新しい内容 :
|