Remove 메서드
Removes an event from the event set.
네임스페이스: 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
A ServiceQueueEvent object that specifies the event.
반환 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
A ServiceQueueEventSet object that represents the service queue event set.