ConnectionManager Events

Include Protected Members
Include Inherited Members

The ConnectionManager type exposes the following members.

Events

  Name Description
Public event InfoMessage The event that occurs when the instance of SQL Server generates an informational message. 
Public event RemoteLoginFailed This event occurs when a remote login fails to connect to the instance of SQL Server.
Public event ServerMessage The event that occurs when SQL Server returns a warning or informational message on the current connection.
Public event StateChange The event that occurs when the instance of SQL Server changes state. 
Public event StatementExecuted The event that occurs when the instance of SQL Server executes a statement on the current connection. 

Top