Partager via


SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) Méthode

Définition

Définit un fournisseur d’authentification par méthode.

public:
 static Microsoft::Data::SqlClient::SqlAuthenticationProvider ^ GetProvider(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public static Microsoft.Data.SqlClient.SqlAuthenticationProvider GetProvider (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
static member GetProvider : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> Microsoft.Data.SqlClient.SqlAuthenticationProvider
Public Shared Function GetProvider (authenticationMethod As SqlAuthenticationMethod) As SqlAuthenticationProvider

Paramètres

authenticationMethod
SqlAuthenticationMethod

Méthode d’authentification.

Retours

Fournisseur d’authentification, ou null s’il est introuvable.

S’applique à