SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否支持指定的身份验证方法。
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
。