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
)

参数

请参阅

参考

ServiceRouteExtender 类

ServiceRouteExtender 重载

Microsoft.SqlServer.Management.Smo.Broker 命名空间