SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Méthode

Définition

Indique si la méthode d’authentification spécifiée est prise en charge.

public:
 abstract bool IsSupported(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public abstract bool IsSupported (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member IsSupported : System.Data.SqlClient.SqlAuthenticationMethod -> bool
Public MustOverride Function IsSupported (authenticationMethod As SqlAuthenticationMethod) As Boolean

Paramètres

authenticationMethod
SqlAuthenticationMethod

Méthode d’authentification.

Retours

true si la méthode d’authentification spécifiée est prise en charge ; sinon, false.

S’applique à