共用方式為


SqlAuthenticationProvider.SetProvider 方法

定義

依方法設定驗證提供者。

public:
 static bool SetProvider(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, System::Data::SqlClient::SqlAuthenticationProvider ^ provider);
public static bool SetProvider (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, System.Data.SqlClient.SqlAuthenticationProvider provider);
static member SetProvider : System.Data.SqlClient.SqlAuthenticationMethod * System.Data.SqlClient.SqlAuthenticationProvider -> bool
Public Shared Function SetProvider (authenticationMethod As SqlAuthenticationMethod, provider As SqlAuthenticationProvider) As Boolean

參數

authenticationMethod
SqlAuthenticationMethod

驗證方法。

provider
SqlAuthenticationProvider

驗證提供者。

傳回

如果作業成功,則為 true,否則為 false (例如,現有的提供者不允許覆寫)。

適用於