SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Methode

Definitie

Geeft aan of de opgegeven verificatiemethode wordt ondersteund.

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

Parameters

authenticationMethod
SqlAuthenticationMethod

De verificatiemethode.

Retouren

true als de opgegeven verificatiemethode wordt ondersteund; anders, false.

Van toepassing op