DbConnectionDispatcher.SetConnectionString 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.
Envoie ConnectionStringSetting(DbConnection, DbConnectionPropertyInterceptionContext<String>) et ConnectionStringSet(DbConnection, DbConnectionPropertyInterceptionContext<String>) à n’importe quel IDbConnectionInterceptor paramètre ConnectionStringinscrit sur DbInterception avant/après .
public virtual void SetConnectionString (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> interceptionContext);
abstract member SetConnectionString : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> -> unit
override this.SetConnectionString : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> -> unit
Public Overridable Sub SetConnectionString (connection As DbConnection, interceptionContext As DbConnectionPropertyInterceptionContext(Of String))
Paramètres
- connection
- DbConnection
Connexion sur laquelle l’opération sera exécutée.
- interceptionContext
- DbConnectionPropertyInterceptionContext<String>
Informations sur le contexte de l’appel effectué, y compris la valeur à définir.