A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection.infomessage below:

SqlConnection.InfoMessage Event (System.Data.SqlClient) | Microsoft Learn

SqlConnection.InfoMessage Event Definition

Occurs when SQL Server returns a warning or informational message.

public:
 event System::Data::SqlClient::SqlInfoMessageEventHandler ^ InfoMessage;
public event System.Data.SqlClient.SqlInfoMessageEventHandler InfoMessage;
[System.Data.DataSysDescription("DbConnection_InfoMessage")]
public event System.Data.SqlClient.SqlInfoMessageEventHandler InfoMessage;
member this.InfoMessage : System.Data.SqlClient.SqlInfoMessageEventHandler 
[<System.Data.DataSysDescription("DbConnection_InfoMessage")>]
member this.InfoMessage : System.Data.SqlClient.SqlInfoMessageEventHandler 
Public Custom Event InfoMessage As SqlInfoMessageEventHandler 
Event Type
Attributes
Remarks

Clients that want to process warnings or informational messages sent by the server should create an SqlInfoMessageEventHandler delegate to listen to this event.

The InfoMessage event occurs when a message with a severity of 10 or less is returned by SQL Server. Messages that have a severity between 11 and 20 raise an error and messages that have a severity over 20 causes the connection to close. For more information on SQL Server error levels, see Database Engine Error Severities.

For more information and an example, see Connection Events.

See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4