Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The event that occurs when SQL Server returns a warning or informational message on the current connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Event ServerMessage As ServerMessageEventHandler
'Usage
Dim instance As ConnectionManager
Dim handler As ServerMessageEventHandler
AddHandler instance.ServerMessage, handler
public event ServerMessageEventHandler ServerMessage
public:
event ServerMessageEventHandler^ ServerMessage {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
member ServerMessage : IEvent<ServerMessageEventHandler,
ServerMessageEventArgs>
JScript supports the use of events, but not the declaration of new ones.
Remarks
The event is handled by the ServerMessageEventHandler delegate.