Click or drag to resize
ImportInformationRetrieverBase Properties

The ImportInformationRetrieverBase type exposes the following members.

Properties
  NameDescription
Public propertyEntryExeLocation
Gets or sets the location of the entry exe assembly
Public propertyImportMappingsAndRelationalModelData
Gets or set a value indicating whether mappings and relational model data has to be imported as well.
Public propertyImportSuperTypesAutomatically
Gets or set a value indicating whether supertypes have to be imported automatically.
Public propertySubTaskProgressInitHandler
The handler of the SubTaskProgressInitCallBack. Setting this property will allow the importer to reflect its current progress of subtasks executed within a general task in the progress viewer.
Public propertySubTaskProgressTaskCompletedHandler
The handler of the SubTaskProgressTaskCompletedCallBack. Setting this property will allow importer to reflect its current progress of subtasks executed within a general task in the progress viewer.
Public propertySubTaskProgressTaskStartHandler
The handler of the SubTaskProgressTaskStartCallBack. Setting this property will allow importer to reflect its current progress of subtasks executed within a general task in the progress viewer.
Top
See Also