OlapServerType.IConnectionValidator.CheckConnection(IDbConnection) Method
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.
Checks if the newly opened connection should be returned to the calling application or should be bounced.
virtual void Microsoft.SqlServer.Management.UI.ConnectionDlg.IConnectionValidator.CheckConnection(System::Data::IDbConnection ^ conn) = Microsoft::SqlServer::Management::UI::ConnectionDlg::IConnectionValidator::CheckConnection;
void IConnectionValidator.CheckConnection (System.Data.IDbConnection conn);
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IConnectionValidator.CheckConnection : System.Data.IDbConnection -> unit
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IConnectionValidator.CheckConnection : System.Data.IDbConnection -> unit
Sub CheckConnection (conn As IDbConnection) Implements IConnectionValidator.CheckConnection
Parameters
- conn
- IDbConnection
The opened connection object.