SqlAuthenticationProvider.SetProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets an authentication provider by method.
public:
static bool SetProvider(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, Microsoft::Data::SqlClient::SqlAuthenticationProvider ^ provider);
public static bool SetProvider (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, Microsoft.Data.SqlClient.SqlAuthenticationProvider provider);
static member SetProvider : Microsoft.Data.SqlClient.SqlAuthenticationMethod * Microsoft.Data.SqlClient.SqlAuthenticationProvider -> bool
Public Shared Function SetProvider (authenticationMethod As SqlAuthenticationMethod, provider As SqlAuthenticationProvider) As Boolean
Parameters
- authenticationMethod
- SqlAuthenticationMethod
The authentication method.
- provider
- SqlAuthenticationProvider
The authentication provider.
Returns
true
if the operation succeeded; otherwise, false
(for example, the existing provider disallows overriding).