Deployment Tools Foundation
Import Method (importFilePath)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Database ► Import(String)
Imports a database table from a text archive file, dropping any existing table.
Declaration Syntax
Parameters
- importFilePath (String)
- Path to the file to be imported. The table name is specified within the file.
Remarks
Win32 MSI API: MsiDatabaseImport
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | the file path is invalid |
InvalidHandleException | the Database handle is invalid |