Share via


SqlAuthenticationProvider.BeforeLoad(SqlAuthenticationMethod) Método

Definición

Se llama a este método justo antes de agregar el proveedor al registro del controladores de SQL.

public:
 virtual void BeforeLoad(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public virtual void BeforeLoad (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member BeforeLoad : System.Data.SqlClient.SqlAuthenticationMethod -> unit
override this.BeforeLoad : System.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overridable Sub BeforeLoad (authenticationMethod As SqlAuthenticationMethod)

Parámetros

authenticationMethod
SqlAuthenticationMethod

Método de autenticación.

Comentarios

Evite realizar tareas de larga espera en este método, ya que puede impedir que otros subprocesos accedan al registro del proveedor.

Se aplica a