ConnectionInfoHelper.GetTokenFromSqlConnection Método

Definição

Sobrecargas

Nome Description
GetTokenFromSqlConnection(SqlConnection)

Obter o AccessToken do SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Obter o AccessToken do SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Obter o AccessToken do 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

Parâmetros

Retornos

Comentários

Será uma cadeia de caracteres vazia se o AccessToken não tiver suporte no .NET Framework atual (<4.6)

Aplica-se a

GetTokenFromSqlConnection(SqlConnection)

Obter o AccessToken do 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

Parâmetros

Retornos

Comentários

Será uma cadeia de caracteres vazia se o AccessToken não tiver suporte no .NET Framework atual (<4.6)

Aplica-se a