Freigeben über


Event-Konstruktor

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()

Hinweise

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.

Siehe auch

Verweis

Event Klasse

Event-Überladung

Microsoft.SqlServer.Management.XEvent-Namespace