SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Methode

Definition

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

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

Parameter

authenticationMethod
SqlAuthenticationMethod

Die Authentifizierungsmethode.

Gibt zurück

truewenn die angegebene Authentifizierungsmethode unterstützt wird; andernfalls . false

Hinweise

Diese Methode darf nicht ausgelöst werden.

Gilt für: