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.