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