ConnectionInfoHelper.GetTokenFromSqlConnection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- conn
- SqlConnection
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
- conn
- SqlConnection
Retours
Remarques
Sera une chaîne vide si AccessToken n’est pas pris en charge dans l’infrastructure .NET actuelle (<4.6)