IServerType.ProceedWithConnection Method

Used when a server type needs to perform additional processing steps. Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen.

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

Syntax

'Declaration
Function ProceedWithConnection ( _
    ci As UIConnectionInfo _
) As Boolean
'Usage
Dim instance As IServerType 
Dim ci As UIConnectionInfo 
Dim returnValue As Boolean 

returnValue = instance.ProceedWithConnection(ci)
bool ProceedWithConnection(
    UIConnectionInfo ci
)
bool ProceedWithConnection(
    UIConnectionInfo^ ci
)
abstract ProceedWithConnection : 
        ci:UIConnectionInfo -> bool
function ProceedWithConnection(
    ci : UIConnectionInfo
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the connection can continue; otherwise, false.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace