Freigeben über


SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) Methode

Definition

Ruft einen Authentifizierungsanbieter nach der Methode ab.

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

Parameter

authenticationMethod
SqlAuthenticationMethod

Die Authentifizierungsmethode

Gibt zurück

Der Authentifizierungsanbieter oder null, falls er nicht gefunden wird.

Gilt für: