ServiceQueueEventSet Constructor (ServiceQueueEventSet)
指定したイベントを使用して、ServiceQueueEventSet クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
Public Sub New ( _
eventSet As ServiceQueueEventSet _
)
public ServiceQueueEventSet (
ServiceQueueEventSet eventSet
)
public:
ServiceQueueEventSet (
ServiceQueueEventSet^ eventSet
)
public ServiceQueueEventSet (
ServiceQueueEventSet eventSet
)
public function ServiceQueueEventSet (
eventSet : ServiceQueueEventSet
)
パラメータ
- eventSet
データ定義言語 (DDL) サーバー イベントのセットを示す ServiceQueueEventSet です。
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
使用例
Visual Basic .NET でイベント ハンドラの登録およびイベント ハンドリングのサブスクライブを行う方法
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ServiceQueueEventSet Class
ServiceQueueEventSet Members
Microsoft.SqlServer.Management.Smo Namespace