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.