Event Class

Represents a single event.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("CC6F9519-07C9-39CA-8D88-32440AD326A9")> _
<DefaultMemberAttribute("Item")> _
Public Class Event
    Implements IEvent
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("CC6F9519-07C9-39CA-8D88-32440AD326A9")] 
[DefaultMemberAttribute("Item")] 
public class Event : IEvent
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[GuidAttribute(L"CC6F9519-07C9-39CA-8D88-32440AD326A9")] 
[DefaultMemberAttribute(L"Item")] 
public ref class Event : IEvent
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("CC6F9519-07C9-39CA-8D88-32440AD326A9") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class Event implements IEvent
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("CC6F9519-07C9-39CA-8D88-32440AD326A9") 
DefaultMemberAttribute("Item") 
public class Event implements IEvent

Osservazioni

The Event object encapsulates the event data for a single event. A reference to the Event object is passed to an EventCollector object, which writes the data to the application database.

For examples of the Event class, see Utilizzo dell'API di inoltro di eventi gestiti.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.Event

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Event Members
Microsoft.SqlServer.NotificationServices Namespace