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