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(例如,现有提供程序不允许重写)。

适用于