ServiceQueueEventSet.Addition Operator
SQL Server 2012
Creates a service queue trace event set by performing an addition operation on a ServiceQueueEvent object and a ServiceQueueEventSet object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static ServiceQueueEventSet operator +( ServiceQueueEventSet eventSet, ServiceQueueEvent anEvent )
Parameters
- eventSet
- Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the service queue event set.
- anEvent
- Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSetA ServiceQueueEventSet object value that specifies a set of service queue events.