ServiceQueueEventSet 생성자

정의

오버로드

ServiceQueueEventSet()

public ServiceQueueEventSet();
Public Sub New ()

적용 대상

ServiceQueueEventSet(ServiceQueueEvent)

public ServiceQueueEventSet(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent anEvent);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (anEvent As ServiceQueueEvent)

매개 변수

적용 대상

ServiceQueueEventSet(ServiceQueueEvent[])

public ServiceQueueEventSet(params Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] events);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (ParamArray events As ServiceQueueEvent())

매개 변수

적용 대상

ServiceQueueEventSet(ServiceQueueEventSet)

public ServiceQueueEventSet(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet eventSet);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (eventSet As ServiceQueueEventSet)

매개 변수

적용 대상