C# Class GoogleCloudExtension.Utils.CloudSqlUtils

Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
FormatServerConnectionString ( string server ) : string

Formats a connection string for the given server.

ParseConnection ( string connection ) : CloudSqlInstanceConnection

Parses the connection string into its portions.

Method Details

FormatServerConnectionString() public static méthode

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

ParseConnection() public static méthode

Parses the connection string into its portions.
public static ParseConnection ( string connection ) : CloudSqlInstanceConnection
connection string
Résultat CloudSqlInstanceConnection