IApplicationInfoServiceGetAppDbConnectionString Method

Gets the application database connection string.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
string GetAppDbConnectionString(
	bool includePassword
)

Parameters

includePassword  Boolean
If set to the password will be included in the connection string; otherwise, the password will be replaced with asterisks.

Return Value

String
The connection string for the application database.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also