다음을 통해 공유


SqlAuthenticationProvider.SetProvider 메서드

정의

메서드별 인증 공급자를 설정합니다.

public:
 static bool SetProvider(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, System::Data::SqlClient::SqlAuthenticationProvider ^ provider);
public static bool SetProvider (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, System.Data.SqlClient.SqlAuthenticationProvider provider);
static member SetProvider : System.Data.SqlClient.SqlAuthenticationMethod * System.Data.SqlClient.SqlAuthenticationProvider -> bool
Public Shared Function SetProvider (authenticationMethod As SqlAuthenticationMethod, provider As SqlAuthenticationProvider) As Boolean

매개 변수

authenticationMethod
SqlAuthenticationMethod

인증 방법

provider
SqlAuthenticationProvider

인증 공급자입니다.

반환

작업에 성공할 경우 true이고 실패할 경우 false(예: 재정의를 허용하지 않는 기존 공급자)입니다.

적용 대상