Event Constructor

Initializes a new instance of the Event class.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New Event()
public Event()
public:
Event()
new : unit -> Event
public function Event()

Remarks

The empty constructor is a convention in SQL Server Foundation Class. The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

See Also

Reference

Event Class

Event Overload

Microsoft.SqlServer.Management.XEvent Namespace