다음을 통해 공유


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입니다.

적용 대상