ServiceQueueEventSet 생성자 (ServiceQueueEvent)
Initializes a new instance of the ServiceQueueEventSet class with a specified event.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
anEvent As ServiceQueueEvent _
)
‘사용 방법
Dim anEvent As ServiceQueueEvent
Dim instance As New ServiceQueueEventSet(anEvent)
public ServiceQueueEventSet(
ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet(
ServiceQueueEvent^ anEvent
)
new :
anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function ServiceQueueEventSet(
anEvent : ServiceQueueEvent
)
매개 변수
- anEvent
유형: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies a data definition language (DDL) server event.