SqlAuthenticationProvider.BeforeLoad(SqlAuthenticationMethod) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此方法會緊接在 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
驗證方法。
備註
避免在此方法中執行長時間等候的工作,因為它可以封鎖其他線程存取提供者登錄。