ServiceQueueEventSet 생성자 (ServiceQueueEvent[])
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
‘사용 방법
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[]
)
매개 변수
- events
유형: array<Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent> [] () [] []
An array of ServiceQueueEvent objects that specifies several data definition language (DDL) server events.