OlapServerType.IServerType.ProceedWithConnection(UIConnectionInfo) Method

Definition

Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen.

 virtual bool Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci) = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType::ProceedWithConnection;
bool IServerType.ProceedWithConnection (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Function ProceedWithConnection (ci As UIConnectionInfo) As Boolean Implements IServerType.ProceedWithConnection

Parameters

ci
UIConnectionInfo

The connection information.

Returns

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

Implements

Applies to