CreateEngineOptions Class

Class defining various options for engine creation.
Inheritance Hierarchy
SystemObject
  Dundas.BICreateEngineOptions

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class CreateEngineOptions

The CreateEngineOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateEngineOptions
Initializes a new instance of the CreateEngineOptions class
Top
Properties
  NameDescription
Public propertyAppDataPath
Gets or sets the application data path.
Public propertyAppDbConnectionString
Gets or sets the application database connection string.
Public propertyApplicationStorage
Gets or sets the application storage engine type.
Public propertyCallerContextService
Gets or sets the caller context service.
Public propertyHostOptions
Gets or sets the host options.
Public propertyParentServiceProvider
Gets or sets the parent service provider.
Public propertyTempDataPath
Gets or sets the temporary data path.
Top
See Also