EventSetBase Constructor (EventSetBase)
Initializes a new instance of the EventSetBase class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Sub New ( _
eventSetBase As EventSetBase _
)
'Usage
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
)
Parameters
- eventSetBase
Type: Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object value that specifies the object used by the constructor.