OlapServerType.IConnectionValidator.CheckConnection Method (IDbConnection)

 

Applies To: SQL Server 2016 Preview

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

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
Private Sub CheckConnection (
    conn As IDbConnection
)
    Implements IConnectionValidator.CheckConnection

Parameters

Implements

IConnectionValidator.CheckConnection(IDbConnection)

See Also

OlapServerType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top