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
パラメーター
- anEvent
型: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
イベントを示す ServiceQueueEvent オブジェクトです。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
サービス キュー イベントのセットを表す ServiceQueueEventSet オブジェクトです。