IServerType.ProceedWithConnection(UIConnectionInfo) Method

Definition

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.

public:
 bool ProceedWithConnection(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public bool ProceedWithConnection (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member ProceedWithConnection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Public Function ProceedWithConnection (ci As UIConnectionInfo) As Boolean

Parameters

ci
UIConnectionInfo

The connection information.

Returns

true if the connection can continue; otherwise, false.

Applies to