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