EventClass Members

Represents any event class in an application. This class is used to access the event class metadata, and should not be confused with the Event class, which is used to encapsulate event information for a single event. This class is deprecated in Microsoft SQL Server 2005.

The following tables list the members exposed by the EventClass type.

Public Properties

  Nom Description
ms149226.pubproperty(fr-fr,SQL.90).gif EventClassName Gets the name of an event class.
ms149226.pubproperty(fr-fr,SQL.90).gif FieldCount Gets the number of event fields specified in an event class.

Haut de la page

Public Methods

(see also Protected Methods )

  Nom Description
ms149226.pubmethod(fr-fr,SQL.90).gif Equals Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object.
ms149226.pubmethod(fr-fr,SQL.90).gif FieldName Returns the name of a field in the event class.
ms149226.pubmethod(fr-fr,SQL.90).gif FieldOrdinal Returns the zero-based ordinal of a field in the event class.
ms149226.pubmethod(fr-fr,SQL.90).gif FieldType Gets the data type of a field in the event class.
ms149226.pubmethod(fr-fr,SQL.90).gif FieldTypeMods Gets the field modifiers of a field in the event class.
ms149226.pubmethod(fr-fr,SQL.90).gif GetHashCode Overridden. Gets the hash code for EventClass.
ms149226.pubmethod(fr-fr,SQL.90).gif GetType  (inherited from Object )
ms149226.pubmethod(fr-fr,SQL.90).gifms149226.static(fr-fr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms149226.pubmethod(fr-fr,SQL.90).gif ToString Overridden. Returns a String representation of the EventClass object.

Haut de la page

Protected Methods

  Nom Description
ms149226.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms149226.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Voir aussi

Référence

EventClass Class
Microsoft.SqlServer.NotificationServices Namespace