Langue

ConnectionInfoHelper.GetTokenFromSqlConnection Méthode

Définition

Surcharges

Nom Description
GetTokenFromSqlConnection(SqlConnection)

Obtenir AccessToken à partir de SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Obtenir AccessToken à partir de SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Obtenir AccessToken à partir de SqlConnection

public static string GetTokenFromSqlConnection(Microsoft.Data.SqlClient.SqlConnection conn);
static member GetTokenFromSqlConnection : Microsoft.Data.SqlClient.SqlConnection -> string
Public Shared Function GetTokenFromSqlConnection (conn As SqlConnection) As String

Paramètres

Retours

Remarques

Sera une chaîne vide si AccessToken n’est pas pris en charge dans l’infrastructure .NET actuelle (<4.6)

S’applique à

GetTokenFromSqlConnection(SqlConnection)

Obtenir AccessToken à partir de SqlConnection

public static string GetTokenFromSqlConnection(System.Data.SqlClient.SqlConnection conn);
static member GetTokenFromSqlConnection : System.Data.SqlClient.SqlConnection -> string
Public Shared Function GetTokenFromSqlConnection (conn As SqlConnection) As String

Paramètres

Retours

Remarques

Sera une chaîne vide si AccessToken n’est pas pris en charge dans l’infrastructure .NET actuelle (<4.6)

S’applique à