Конструктор ServiceRouteExtender (ServiceRoute)
Initializes a new instance of the ServiceRouteExtender class and associates it with an instance of the ServiceRoute class.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
route As ServiceRoute _
)
'Применение
Dim route As ServiceRoute
Dim instance As New ServiceRouteExtender(route)
public ServiceRouteExtender(
ServiceRoute route
)
public:
ServiceRouteExtender(
ServiceRoute^ route
)
new :
route:ServiceRoute -> ServiceRouteExtender
public function ServiceRouteExtender(
route : ServiceRoute
)
Параметры
- route
Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRoute
A ServiceRoute object that specifies the Service Broker route with which this instance of the ServiceRouteExtender object is associated.