C# 클래스 Microsoft.R.Components.Sql.ConnectionStringConverter

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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.

메소드 상세

GetValue() 공개 정적인 메소드

public static GetValue ( this odbcString, string key ) : string
odbcString this
key string
리턴 string

OdbcToSqlClient() 공개 정적인 메소드

Converts ODBC connection string to the SQL Client (.NET).
public static OdbcToSqlClient ( this odbcString ) : string
odbcString this
리턴 string

SqlClientToOdbc() 공개 정적인 메소드

Converts SQL Client (.NET) connection string to the ODBC connection string.
public static SqlClientToOdbc ( this sqlClientString ) : string
sqlClientString this
리턴 string