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.
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
Private Function ProceedWithConnection ( _
ci As UIConnectionInfo _
) As Boolean Implements IServerType.ProceedWithConnection
'Usage
Dim instance As DtsServerType
Dim ci As UIConnectionInfo
Dim returnValue As Boolean
returnValue = CType(instance, IServerType).ProceedWithConnection(ci)
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
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- ci
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The connection info for SQL Server.
Return Value
Type: System.Boolean
true if the connection can continue; otherwise, false.
Implements
IServerType.ProceedWithConnection(UIConnectionInfo)