ServiceQueueExtender 생성자 (ServiceQueue)

Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    serviceQueue As ServiceQueue _
)
‘사용 방법
Dim serviceQueue As ServiceQueue 

Dim instance As New ServiceQueueExtender(serviceQueue)
public ServiceQueueExtender(
    ServiceQueue serviceQueue
)
public:
ServiceQueueExtender(
    ServiceQueue^ serviceQueue
)
new : 
        serviceQueue:ServiceQueue -> ServiceQueueExtender
public function ServiceQueueExtender(
    serviceQueue : ServiceQueue
)

매개 변수

참고 항목

참조

ServiceQueueExtender 클래스

ServiceQueueExtender 오버로드

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스