SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se il metodo di autenticazione specificato è supportato.
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
Parametri
- authenticationMethod
- SqlAuthenticationMethod
Metodo di autenticazione.
Restituisce
true
se il metodo di autenticazione specificato è supportato; in caso contrario, false
.