SqlScriptEditorControl.ShouldTryToReconnectWithCachedCI Method

Definition

Indicates whether to reconnect automatically with the given connection information or display prepopulated connection dialog box.

protected:
 override bool ShouldTryToReconnectWithCachedCI(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
protected override bool ShouldTryToReconnectWithCachedCI (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
override this.ShouldTryToReconnectWithCachedCI : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Protected Overrides Function ShouldTryToReconnectWithCachedCI (ci As UIConnectionInfo) As Boolean

Parameters

ci
UIConnectionInfo

Connection information.

Returns

True to reconnect automatically with the given connection information. False otherwise.

Applies to