다음을 통해 공유


EventSetBase 생성자 (EventSetBase)

Initializes a new instance of the EventSetBase class.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
Public Sub New ( _
    eventSetBase As EventSetBase _
)
‘사용 방법
Dim eventSetBase As EventSetBase

Dim instance As New EventSetBase(eventSetBase)
public EventSetBase(
    EventSetBase eventSetBase
)
public:
EventSetBase(
    EventSetBase^ eventSetBase
)
new : 
        eventSetBase:EventSetBase -> EventSetBase
public function EventSetBase(
    eventSetBase : EventSetBase
)