共用方式為


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
)

參數