Description

Import the specified Data Dictionary from the given file into this data dictionary. Duplicate names are resolved via the duplicate name option: 0 = Rename, 1 = Update, 2 = Skip. PARAMETERS: FileName (String), DataDictionaryName (String), DupNameOption (Integer).

Syntax

Public Sub ImportDictionary( _
   ByVal FileName As Variant, _
   ByVal DataDictionaryName As Variant, _
   ByVal DupNameOption As Variant _
)

Parameters

  • DataDictionaryName
  • DupNameOption
  • FileName

Remarks

METHOD: ImportDictionary, RETURN DATATYPE: None, PARAMETERS: FileName (String), DataDictionaryName (String), DupNameOption (Integer). DESCRIPTION: Import the specified Data Dictionary from the given file into this data dictionary. Duplicate names are resolved via the duplicate name option: 0 = Rename, 1 = Update, 2 = Skip.


  • No labels