Partilhar via


Conversão ServiceQueueEvent Implicit (ServiceQueueEvent to ServiceQueueEventSet)

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

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

Sintaxe

'Declaração
Public Shared Widening Operator CType ( _
    eventValue As ServiceQueueEvent _
) As ServiceQueueEventSet
'Uso
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 dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.

Parâmetros

Valor de retorno

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ServiceQueueEvent Classe

Namespace Microsoft.SqlServer.Management.Smo