Share via


ServiceQueueEvent Implicit-Konversionen (ServiceQueueEvent to ServiceQueueEventSet)

Casts a service queue event as a service queue event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    eventValue As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
Dim input As ServiceQueueEvent 
Dim output As ServiceQueueEventSet 

output = CType(input, ServiceQueueEventSet)
public static implicit operator ServiceQueueEventSet (
    ServiceQueueEvent eventValue
)
static implicit operator ServiceQueueEventSet^ (
    ServiceQueueEvent^ eventValue
)
JScript unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A service queue event.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

ServiceQueueEvent Klasse

Microsoft.SqlServer.Management.Smo-Namespace