ServiceQueue 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
ServiceQueue() | |
ServiceQueue(ServiceBroker, String) | |
ServiceQueue(ServiceBroker, String, String) |
ServiceQueue()
public ServiceQueue ();
Public Sub New ()
Applies to
ServiceQueue(ServiceBroker, String)
public ServiceQueue (Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker serviceBroker, string name);
new Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue : Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker * string -> Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
Public Sub New (serviceBroker As ServiceBroker, name As String)
Parameters
- serviceBroker
- ServiceBroker
- name
- String
Applies to
ServiceQueue(ServiceBroker, String, String)
public ServiceQueue (Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker serviceBroker, string name, string schema);
new Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue : Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker * string * string -> Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
Public Sub New (serviceBroker As ServiceBroker, name As String, schema As String)
Parameters
- serviceBroker
- ServiceBroker
- name
- String
- schema
- String