SqlAuthenticationProvider.GetProvider(SqlAuthenticationMethod) メソッド

定義

メソッドで認証プロバイダーを取得します。

public:
 static Microsoft::Data::SqlClient::SqlAuthenticationProvider ^ GetProvider(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod);
public static Microsoft.Data.SqlClient.SqlAuthenticationProvider GetProvider (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod);
static member GetProvider : Microsoft.Data.SqlClient.SqlAuthenticationMethod -> Microsoft.Data.SqlClient.SqlAuthenticationProvider
Public Shared Function GetProvider (authenticationMethod As SqlAuthenticationMethod) As SqlAuthenticationProvider

パラメーター

authenticationMethod
SqlAuthenticationMethod

認証方法。

戻り値

認証プロバイダー。見つからない場合は null

適用対象