EngineManagerDestroyAndReinitializeAllData Method

Destroys all data in the application database and re-initializes the database.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void DestroyAndReinitializeAllData(
	string appDbConnString,
	string appDataPath,
	string? warehouseDbConnString,
	string adminPassword,
	string adminEmail,
	LicenseSeatKind adminSeatKind,
	bool isAdminSeatReserved,
	bool installDefaultLicense,
	IServiceProvider? parentContainer = null,
	bool createDefaultTimeDimension = true,
	ApplicationStorageEngine? applicationStorage = null
)

Parameters

appDbConnString
Type: SystemString
The application database connection string.
appDataPath
Type: SystemString
The application data path.
warehouseDbConnString
Type: SystemString
The warehouse database connection string.
adminPassword
Type: SystemString
The new administrator password.
adminEmail
Type: SystemString
The administrator's e-mail address.
adminSeatKind
Type: Dundas.BI.LicensingLicenseSeatKind
The kind of seat to associate with the administrator account.
isAdminSeatReserved
Type: SystemBoolean
If set to , the administrator's seat is reserved.
installDefaultLicense
Type: SystemBoolean
If set to , a default license will be installed.
parentContainer (Optional)
Type: SystemIServiceProvider
Optional parent service container for the Engine used to perform the operation.
createDefaultTimeDimension (Optional)
Type: SystemBoolean
If set to , the global default time dimension will be created.
applicationStorage (Optional)
Type: SystemNullableApplicationStorageEngine
The application storage.
See Also