ServiceQueueEventSet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- anEvent
- ServiceQueueEvent
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
- events
- ServiceQueueEvent[]
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
- eventSet
- ServiceQueueEventSet