Aracılığıyla paylaş


SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) Yöntem

Tanım

Yönteme göre bir kimlik doğrulama sağlayıcısı alır.

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

Parametreler

authenticationMethod
SqlAuthenticationMethod

Kimlik doğrulama yöntemi.

Döndürülenler

Kimlik doğrulama sağlayıcısı veya null bulunamaz.

Şunlara uygulanır