C# 클래스 GoogleCloudExtension.Utils.CloudSqlUtils

파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
FormatServerConnectionString ( string server ) : string

Formats a connection string for the given server.

ParseConnection ( string connection ) : CloudSqlInstanceConnection

Parses the connection string into its portions.

메소드 상세

FormatServerConnectionString() 공개 정적인 메소드

Formats a connection string for the given server.
public static FormatServerConnectionString ( string server ) : string
server string The server name or IP address.
리턴 string

ParseConnection() 공개 정적인 메소드

Parses the connection string into its portions.
public static ParseConnection ( string connection ) : CloudSqlInstanceConnection
connection string
리턴 CloudSqlInstanceConnection