Share via


ServiceQueueEventSet Constructor (ServiceQueueEventSet)

Initializes a new instance of the ServiceQueueEventSet class with the specified events.

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

Syntax

'Declaration
Public Sub New ( _
    eventSet As ServiceQueueEventSet _
)
'Usage
Dim eventSet As ServiceQueueEventSet 

Dim instance As New ServiceQueueEventSet(eventSet)
public ServiceQueueEventSet(
    ServiceQueueEventSet eventSet
)
public:
ServiceQueueEventSet(
    ServiceQueueEventSet^ eventSet
)
new : 
        eventSet:ServiceQueueEventSet -> ServiceQueueEventSet
public function ServiceQueueEventSet(
    eventSet : ServiceQueueEventSet
)

Parameters

Examples

Handling SMO Events

See Also

Reference

ServiceQueueEventSet Class

ServiceQueueEventSet Overload

Microsoft.SqlServer.Management.Smo Namespace