The SQLConnectionControl type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
AfterRefreshDatabaseList |
Occurs after the databases list refresh method is finished.
| |
AfterRefreshInstancesList |
Occurs after the instances list refresh method is finished.
| |
BeforeRefreshDatabaseList |
Occurs before the databases list refresh method is started.
| |
BeforeRefreshInstancesList |
Occurs before the instances list refresh method is started.
| |
ConnectionFailed |
Occurs when the connection attempt failed.
| |
ConnectionOk |
Occurs when the connection attempt was successfully.
| |
ConnectionStateChanged |
Occurs when the connection state changed.
| |
ConnectionStringChanged |
Occurs when the connection string changed.
| |
Disconnected |
Occurs when the connection state is changed from Connected state to Disconnected state.
| |
ErrorOccurred |
Occurs when an error occurred during operations.
| |
LoadingFinished |
Occurs when the control's Me_Load event is finished.
| |
LoadingStarted |
Occurs when the control's Me_Load event is started.
| |
PropertyChanged |
See Also