ActiveDirectoryAuthenticationProvider.BeforeLoad 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 immédiatement avant l’ajout du fournisseur au registre du fournisseur d’authentification.
public:
override void BeforeLoad(Microsoft::Data::SqlClient::SqlAuthenticationMethod authentication);
public override void BeforeLoad (Microsoft.Data.SqlClient.SqlAuthenticationMethod authentication);
override this.BeforeLoad : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overrides Sub BeforeLoad (authentication As SqlAuthenticationMethod)
Paramètres
- authentication
- 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.