SqlAuthenticationProvider.BeforeLoad(SqlAuthenticationMethod) 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.
Cette méthode est appelée juste avant que le fournisseur ne soit ajouté au registre de pilotes SQL.
public:
virtual void BeforeLoad(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public virtual void BeforeLoad (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member BeforeLoad : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
override this.BeforeLoad : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overridable Sub BeforeLoad (authenticationMethod As SqlAuthenticationMethod)
Paramètres
- authenticationMethod
- SqlAuthenticationMethod
Méthode d’authentification.
Remarques
Évitez d’effectuer des tâches en attente longue dans cette méthode, car elle peut empêcher d’autres threads d’accéder au registre du fournisseur.