SqlAuthenticationProvider.IsSupported(SqlAuthenticationMethod) 메서드

정의

지정된 인증 방법이 지원되는지 여부를 나타냅니다.

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

매개 변수

authenticationMethod
SqlAuthenticationMethod

인증 방법입니다.

반품

true지정된 인증 방법이 지원되면 이고, 그렇지 않으면 . false

설명

이 메서드는 throw해서는 안됩니다.

적용 대상