SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si la méthode d’authentification spécifiée est prise en charge.
public:
abstract bool IsSupported(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public abstract bool IsSupported (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member IsSupported : Microsoft.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
.