Aracılığıyla paylaş


ServiceQueueEventSet.Subtraction İşleci

Hizmet sıra olay oluşturur küme üzerinde bir çıkarma işlemi gerçekleştirerek tarafından bir ServiceQueueEvent nesne ve bir ServiceQueueEventSet nesne.

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

Sözdizimi

'Bildirim
Public Shared Operator - ( _
    eventSet As ServiceQueueEventSet, _
    anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Kullanım
Dim eventSet As ServiceQueueEventSet
Dim anEvent As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet

returnValue = (eventSet - anEvent)
public static ServiceQueueEventSet operator -(
    ServiceQueueEventSet eventSet,
    ServiceQueueEvent anEvent
)
public:
static ServiceQueueEventSet^ operator -(
    ServiceQueueEventSet^ eventSet, 
    ServiceQueueEvent^ anEvent
)
static let inline (-)
        eventSet:ServiceQueueEventSet * 
        anEvent:ServiceQueueEvent  : ServiceQueueEventSet
JScript, aşırı yüklenen işleçlerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.

Parametreler

Dönüş Değeri

Tür: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet belirten nesne değeri bir küme hizmet sıra olayları.