Share via


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

適用於