Click or drag to resize

clsBatchImportDimensioneImportMethod Enumeration

Handling for the dimension, when importing the data from to the database. This setting depends from the source.

Import methods

  • Import: Adds new lines to the database. Ignores existing data, by simply adding new
  • Synchronize: tries to synchronize the existing data with the new data. This mode is only avaliable for some dimesions
  • Update: Chanegs existing data. This mode is only avaliable for some dimesions

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eImportMethod
Members
  Member nameValueDescription
Import1Import: Adds new lines to the database. Ignores existing data (if key value are the same). Data will get a new key value and new data is stored.
Synchronize2Synchronize: tries to synchronize the existing data with the new data. This mode is only avaliable for some dimesions. By most dimensions, the key is used to synchronize (ex. GroupID) and the values are updated (Group Decription)
See Also