ServiceQueueEventSet Constructors

Definition

Overloads

ServiceQueueEventSet()
ServiceQueueEventSet(ServiceQueueEvent)
ServiceQueueEventSet(ServiceQueueEvent[])
ServiceQueueEventSet(ServiceQueueEventSet)

ServiceQueueEventSet()

public ServiceQueueEventSet ();
Public Sub New ()

Applies to

ServiceQueueEventSet(ServiceQueueEvent)

public ServiceQueueEventSet (Microsoft.SqlServer.Management.Smo.ServiceQueueEvent anEvent);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (anEvent As ServiceQueueEvent)

Parameters

Applies to

ServiceQueueEventSet(ServiceQueueEvent[])

public ServiceQueueEventSet (params Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] events);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (ParamArray events As ServiceQueueEvent())

Parameters

Applies to

ServiceQueueEventSet(ServiceQueueEventSet)

public ServiceQueueEventSet (Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet eventSet);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (eventSet As ServiceQueueEventSet)

Parameters

Applies to