FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..buildSQLServerConnectionString Method

Builds the SQL server connection string.

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static string buildSQLServerConnectionString(
	sqlAuthType oAuthType,
	string serverName,
	string databaseName,
	string userName,
	string password
)
Public Shared Function buildSQLServerConnectionString ( _
	oAuthType As sqlAuthType, _
	serverName As String, _
	databaseName As String, _
	userName As String, _
	password As String _
) As String
public:
static String^ buildSQLServerConnectionString(
	sqlAuthType^ oAuthType, 
	String^ serverName, 
	String^ databaseName, 
	String^ userName, 
	String^ password
)

Parameters

oAuthType
Type: FlowWright.deDataAccess..::..sqlAuthType
Type of the o authentication.
serverName
Type: String
Name of the server.
databaseName
Type: String
Name of the database.
userName
Type: String
Name of the user.
password
Type: String
The password.

Return Value

System.String.