ScriptAndResultsEditorControl.ShouldTryToReconnectWithCachedCI Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine s’il faut essayer de se reconnecter automatiquement avec les informations de connexion fournies ou ouvrir une boîte de dialogue de connexion pré-remplie sans tenter de se connecter automatiquement.
protected:
virtual bool ShouldTryToReconnectWithCachedCI(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
protected virtual bool ShouldTryToReconnectWithCachedCI(Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member ShouldTryToReconnectWithCachedCI : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
override this.ShouldTryToReconnectWithCachedCI : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> bool
Protected Overridable Function ShouldTryToReconnectWithCachedCI (ci As UIConnectionInfo) As Boolean
Paramètres
L’objet UIConnectionInfo de la connexion.
Retours
Une valeur booléenne, True si la reconnexion doit être automatique ; sinon, False.