SqlAuthenticationProvider.SetProvider(SqlAuthenticationMethod, SqlAuthenticationProvider) Método

Definição

Configura um provedor de autenticação por método.Sets an authentication provider by method.

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

Parâmetros

authenticationMethod
SqlAuthenticationMethod

O método de autenticação.The authentication method.

provider
SqlAuthenticationProvider

O provedor de autenticação.The authentication provider.

Retornos

Boolean

true se a operação for bem-sucedida, caso contrário, false (por exemplo, o provedor existente não permite a substituição).true if the operation succeeded; otherwise, false (for example, the existing provider disallows overriding).

Aplica-se a