Aracılığıyla paylaş


ServiceQueueEventSet.Remove Yöntemi

Olaydan olaya kaldırır küme.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Function Remove ( _
    anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Kullanım
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

Parametreler

Dönüş Değeri

Tür: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet nesnesini temsil eden hizmet sıra olay küme.