Lenguaje

ServiceQueueEventSet Constructores

Definición

Sobrecargas

ServiceQueueEventSet()

public ServiceQueueEventSet();
Public Sub New ()

Se aplica a

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)

Parámetros

Se aplica a

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

Parámetros

Se aplica a

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)

Parámetros

Se aplica a