C# Class Microsoft.R.Components.Sql.ConnectionStringConverter

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
GetValue ( this odbcString, string key ) : string
OdbcToSqlClient ( this odbcString ) : string

Converts ODBC connection string to the SQL Client (.NET).

SqlClientToOdbc ( this sqlClientString ) : string

Converts SQL Client (.NET) connection string to the ODBC connection string.

Method Details

GetValue() public static méthode

public static GetValue ( this odbcString, string key ) : string
odbcString this
key string
Résultat string

OdbcToSqlClient() public static méthode

Converts ODBC connection string to the SQL Client (.NET).
public static OdbcToSqlClient ( this odbcString ) : string
odbcString this
Résultat string

SqlClientToOdbc() public static méthode

Converts SQL Client (.NET) connection string to the ODBC connection string.
public static SqlClientToOdbc ( this sqlClientString ) : string
sqlClientString this
Résultat string