SqlAuthenticationProvider.BeforeLoad(SqlAuthenticationMethod) 메서드

정의

이 메서드는 공급자가 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)

매개 변수

authenticationMethod
SqlAuthenticationMethod

인증 방법입니다.

설명

다른 스레드가 공급자 레지스트리에 액세스하지 못하도록 차단할 수 있으므로 이 메서드에서 대기 시간이 오래 걸리는 작업을 수행하지 않습니다.

이 메서드는 throw해서는 안됩니다.

적용 대상