ServiceQueueEvent Implicit Conversion (ServiceQueueEvent to ServiceQueueEventSet)
SQL Server 2012
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)
public static implicit operator ServiceQueueEventSet ( ServiceQueueEvent eventValue )
Parameters
- eventValue
- Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
The event value.
