共用方式為


ActiveDirectoryAuthenticationProvider.BeforeUnload 方法

定義

此方法會在從驗證提供者登錄中移除提供者之前立即呼叫。

public:
 override void BeforeUnload(Microsoft::Data::SqlClient::SqlAuthenticationMethod authentication);
public override void BeforeUnload (Microsoft.Data.SqlClient.SqlAuthenticationMethod authentication);
override this.BeforeUnload : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> unit
Public Overrides Sub BeforeUnload (authentication As SqlAuthenticationMethod)

參數

authentication
SqlAuthenticationMethod

驗證方法。

備註

例如,當具有相同驗證方法的不同提供者覆寫驗證提供者登錄中的這個提供者時,就會呼叫這個方法。 避免在此方法中執行長時間等候的工作,因為它可以封鎖其他執行緒存取提供者登錄。

適用於