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 (24.3.0.1000)
Syntax
string GetAppDbConnectionString(
	bool includePassword
)

Parameters

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

Return Value

Type: 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