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 | |
---|---|---|
EventClassName | Gets the name of an event class. | |
FieldCount | Gets the number of event fields specified in an event class. |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object. | |
FieldName | Returns the name of a field in the event class. | |
FieldOrdinal | Returns the zero-based ordinal of a field in the event class. | |
FieldType | Gets the data type of a field in the event class. | |
FieldTypeMods | Gets the field modifiers of a field in the event class. | |
GetHashCode | Overridden. Gets the hash code for EventClass. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a String representation of the EventClass object. |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
EventClass Class
Microsoft.SqlServer.NotificationServices Namespace