ServiceQueueEventSet 构造函数 (ServiceQueueEventSet)
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 ( _
eventSet As ServiceQueueEventSet _
)
用法
Dim eventSet As ServiceQueueEventSet
Dim instance As New ServiceQueueEventSet(eventSet)
public ServiceQueueEventSet(
ServiceQueueEventSet eventSet
)
public:
ServiceQueueEventSet(
ServiceQueueEventSet^ eventSet
)
new :
eventSet:ServiceQueueEventSet -> ServiceQueueEventSet
public function ServiceQueueEventSet(
eventSet : ServiceQueueEventSet
)
参数
- eventSet
类型:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet that specifies a set of data definition language (DDL) server events.