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
Name | Description | |
---|---|---|
EventClassName | Gets the name of an event class. | |
FieldCount | Gets the number of event fields specified in an event class. |
Nach oben
Public Methods
(see also Protected Methods )
Name | 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. |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Nach oben
Siehe auch
Verweis
EventClass Class
Microsoft.SqlServer.NotificationServices Namespace