次の方法で共有


ServiceQueueEventSet.Remove メソッド

イベントをイベント セットから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function Remove ( _
    anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'使用
Dim instance As ServiceQueueEventSet 
Dim anEvent As ServiceQueueEvent 
Dim returnValue As ServiceQueueEventSet 

returnValue = instance.Remove(anEvent)
public ServiceQueueEventSet Remove(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet^ Remove(
    ServiceQueueEvent^ anEvent
)
member Remove : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function Remove(
    anEvent : ServiceQueueEvent
) : ServiceQueueEventSet

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
サービス キュー イベントのセットを表す ServiceQueueEventSet オブジェクトです。

使用例

SMO イベントの処理

関連項目

参照

ServiceQueueEventSet クラス

Microsoft.SqlServer.Management.Smo 名前空間