SqlAuthenticationProvider.BeforeUnload(SqlAuthenticationMethod) 方法

定义

调用此方法后立即从 SQL 驱动程序注册表中删除提供程序。

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

参数

authenticationMethod
SqlAuthenticationMethod

身份验证方法。

注解

例如,当具有相同身份验证方法的不同提供程序替代 SQL 驱动程序注册表中的此提供程序时,将调用此方法。 避免在此方法中执行长时间等待的任务,因为它可能会阻止其他线程访问提供程序注册表。

适用于