Add 메서드 (ServiceQueueEvent)

Returns a Service Broker queue event set after adding a new queue event to the referenced set.

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

구문

‘선언
Public Function Add ( _
    anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
‘사용 방법
Dim instance As ServiceQueueEventSet
Dim anEvent As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet

returnValue = instance.Add(anEvent)
public ServiceQueueEventSet Add(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet^ Add(
    ServiceQueueEvent^ anEvent
)
member Add : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet 
public function Add(
    anEvent : ServiceQueueEvent
) : ServiceQueueEventSet

매개 변수