Udostępnij za pośrednictwem


SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) Metoda

Definicja

Pobiera dostawcę uwierzytelniania według metody.

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

Parametry

authenticationMethod
SqlAuthenticationMethod

Metoda uwierzytelniania.

Zwraca

Dostawca uwierzytelniania lub null jeśli nie zostanie znaleziony.

Dotyczy