ServiceQueueEventSet.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Add(ServiceQueueEvent)
public Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent anEvent);
member this.Add : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Function Add (anEvent As ServiceQueueEvent) As ServiceQueueEventSet
参数
- anEvent
- ServiceQueueEvent
返回
适用于
Add(ServiceQueueEventSet, ServiceQueueEvent)
public static Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet eventSet, Microsoft.SqlServer.Management.Smo.ServiceQueueEvent anEvent);
static member Add : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet * Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Shared Function Add (eventSet As ServiceQueueEventSet, anEvent As ServiceQueueEvent) As ServiceQueueEventSet
参数
- eventSet
- ServiceQueueEventSet
- anEvent
- ServiceQueueEvent