Sprache

ConnectionInfoHelper.GetTokenFromSqlConnection Methode

Definition

Überlädt

Name Beschreibung
GetTokenFromSqlConnection(SqlConnection)

Abrufen von AccessToken aus SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Abrufen von AccessToken aus SqlConnection

GetTokenFromSqlConnection(SqlConnection)

Abrufen von AccessToken aus 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

Parameter

Gibt zurück

Hinweise

Es handelt sich um eine leere Zeichenfolge, wenn AccessToken im aktuellen .NET Framework (<4.6) nicht unterstützt wird.

Gilt für:

GetTokenFromSqlConnection(SqlConnection)

Abrufen von AccessToken aus 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

Parameter

Gibt zurück

Hinweise

Es handelt sich um eine leere Zeichenfolge, wenn AccessToken im aktuellen .NET Framework (<4.6) nicht unterstützt wird.

Gilt für: