ITransferServiceImport Method |
Import a transfer file according to the specified import configuration.
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxTransferResult Import(
ImportConfig config
)
Function Import (
config As ImportConfig
) As TransferResult
TransferResult^ Import(
ImportConfig^ config
)
abstract Import :
config : ImportConfig -> TransferResult Parameters
- config ImportConfig
- The configuration for performing the import operation.
Return Value
TransferResultThe result of the import.
Exceptions
See Also