Udostępnij za pośrednictwem


Konstruktor ServiceQueueEventSet (array<ServiceQueueEvent[])

Inicjuje nowe wystąpienie ServiceQueueEventSet klasy z określonego zdarzenia.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    ParamArray events As ServiceQueueEvent() _
)
'Użycie
Dim events As ServiceQueueEvent()

Dim instance As New ServiceQueueEventSet(events)
public ServiceQueueEventSet(
    params ServiceQueueEvent[] events
)
public:
ServiceQueueEventSet(
    ... array<ServiceQueueEvent^>^ events
)
new : 
        events:ServiceQueueEvent[] -> ServiceQueueEventSet
public function ServiceQueueEventSet(
    ... events : ServiceQueueEvent[]
)

Parametry