SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Metod

Definition

Anger om den angivna autentiseringsmetoden stöds.

public:
 abstract bool IsSupported(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public abstract bool IsSupported(System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
abstract member IsSupported : System.Data.SqlClient.SqlAuthenticationMethod -> bool
Public MustOverride Function IsSupported (authenticationMethod As SqlAuthenticationMethod) As Boolean

Parametrar

authenticationMethod
SqlAuthenticationMethod

Autentiseringsmetoden.

Returer

trueom den angivna autentiseringsmetoden stöds; annars . false

Gäller för