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
)
매개 변수
- serviceQueue
유형: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
The ServiceQueue to add to the collection.
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Broker 네임스페이스