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 (26.2.0.1000)
Syntax
public class CreateEngineOptions

The CreateEngineOptions type exposes the following members.

Constructors
 NameDescription
Public methodCreateEngineOptionsInitializes a new instance of the CreateEngineOptions class
Top
Properties
 NameDescription
Public propertyAppDataPath Gets or sets the application data path.
Public propertyAppDbConnectionStringGets or sets the application database connection string.
Public propertyApplicationStorage Gets or sets the application storage engine type.
Public propertyCallerContextServiceGets or sets the caller context service.
Public propertyHostOptionsGets or sets the host options.
Public propertyParentServiceProviderGets or sets the parent service provider.
Public propertyTempDataPath Gets or sets the temporary data path.
Top
See Also