ServiceQueueEvents Class

The ServiceQueueEvents object represents the settings required for SQL Server service queue event notification.

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

Syntax

'Declaration
Public Class ServiceQueueEvents
'Usage
Dim instance As ServiceQueueEvents
public class ServiceQueueEvents
public ref class ServiceQueueEvents
type ServiceQueueEvents =  class end
public class ServiceQueueEvents

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.