RSType.IServerType.ProceedWithConnection Method (UIConnectionInfo)

 

Applies To: SQL Server 2016 Preview

Retrieves a value that indicates the connection to proceed.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

bool IServerType.ProceedWithConnection(
    UIConnectionInfo ci
)
private:
virtual bool ProceedWithConnection(
    UIConnectionInfo^ ci
) sealed = IServerType::ProceedWithConnection
private abstract ProceedWithConnection : 
        ci:UIConnectionInfo -> bool
private override ProceedWithConnection : 
        ci:UIConnectionInfo -> bool
Private Function ProceedWithConnection (
    ci As UIConnectionInfo
) As Boolean
    Implements IServerType.ProceedWithConnection

Parameters

Return Value

Type: System.Boolean

true if the server allows the connection to proceed; otherwise, false.

Implements

IServerType.ProceedWithConnection(UIConnectionInfo)

See Also

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

Return to top