ConnectionManager.ServerMessage Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when SQL Server returns a warning or informational message. Uses SqlClient.SqlInfoMessageEventHandler.
public event Microsoft.SqlServer.Management.Common.ServerMessageEventHandler ServerMessage;
member this.ServerMessage : Microsoft.SqlServer.Management.Common.ServerMessageEventHandler
Public Custom Event ServerMessage As ServerMessageEventHandler