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.
Checks if the newly opened connection should be returned to the calling application or should be bounced.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private Sub CheckConnection ( _
conn As IDbConnection _
) Implements IConnectionValidator.CheckConnection
'Usage
Dim instance As OlapServerType
Dim conn As IDbConnection
CType(instance, IConnectionValidator).CheckConnection(conn)
void IConnectionValidator.CheckConnection(
IDbConnection conn
)
private:
virtual void CheckConnection(
IDbConnection^ conn
) sealed = IConnectionValidator::CheckConnection
private abstract CheckConnection :
conn:IDbConnection -> unit
private override CheckConnection :
conn:IDbConnection -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- conn
Type: System.Data.IDbConnection
The opened connection object.
Implements
IConnectionValidator.CheckConnection(IDbConnection)