ServiceQueueEventSet Konstruktoren

Definition

Überlädt

ServiceQueueEventSet()

public ServiceQueueEventSet();
Public Sub New ()

Gilt für:

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)

Parameter

Gilt für:

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())

Parameter

Gilt für:

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)

Parameter

Gilt für: