SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Methode

Definition

Gibt an, ob die angegebene Authentifizierungsmethode unterstützt wird.

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

Parameter

authenticationMethod
SqlAuthenticationMethod

Die Authentifizierungsmethode

Gibt zurück

true, wenn die angegebene Authentifizierungsmethode unterstützt wird; andernfalls false.

Gilt für: