Partager via


Constructeur ServiceRouteExtender (ServiceRoute)

Initializes a new instance of the ServiceRouteExtender class and associates it with an instance of the ServiceRoute class.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    route As ServiceRoute _
)
'Utilisation
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
)

Paramètres