SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) メソッド

定義

指定された認証方法がサポートされているかどうかを示します。

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

パラメーター

authenticationMethod
SqlAuthenticationMethod

認証方法。

戻り値

指定された認証方法がサポートされている場合は true。それ以外の場合は false

適用対象