EventSetBase Constructor

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
'Usage
Dim instance As New EventSetBase()
public EventSetBase()
public:
EventSetBase()
new : unit -> EventSetBase
public function EventSetBase()

Remarks

The default constructor initializes any fields to their default values.

Examples

Handling SMO Events

See Also

Reference

EventSetBase Class

EventSetBase Overload

Microsoft.SqlServer.Management.Smo Namespace