The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlInfoMessageEventArgs Class
.NET Framework (current version)
Provides data for the InfoMessage event.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Retrieves a string representation of the InfoMessage event.(Overrides Object::ToString().) |
The InfoMessage event contains a SqlErrorCollection collection which contains the warnings sent from the server.
An InfoMessage event is generated when a SQL Server message with a severity level of 10 or less occurs.
.NET Framework
Available since 1.1
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

