다음을 통해 공유


ServiceQueueCollection.Add 메서드

Adds a ServiceQueue object to the collection.

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

구문

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

instance.Add(serviceQueue)
public void Add(
    ServiceQueue serviceQueue
)
public:
void Add(
    ServiceQueue^ serviceQueue
)
member Add : 
        serviceQueue:ServiceQueue -> unit
public function Add(
    serviceQueue : ServiceQueue
)

매개 변수

참고 항목

참조

ServiceQueueCollection 클래스

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

관련 자료

컬렉션 사용