Click or drag to resize
SqlInstallationHelper.GetConnectionString Method
Returns connection string for the given parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetConnectionString(
	bool winAuth,
	string serverName,
	string database,
	string userName,
	string pass
)

Parameters

winAuth
Type: System.Boolean
Whether to use windows authentication
serverName
Type: System.String
Server
database
Type: System.String
Name of the database
userName
Type: System.String
SQL user name
pass
Type: System.String
SQL password

Return Value

Type: String
See Also