SqlAuthenticationProvider.BeforeLoad(SqlAuthenticationMethod) メソッド

定義

このメソッドは、プロバイダーが 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)

パラメーター

authenticationMethod
SqlAuthenticationMethod

認証方法。

注釈

このメソッドでは、他のスレッドがプロバイダー レジストリにアクセスするのをブロックできるため、待機時間の長いタスクは実行しないでください。

適用対象