ITransferServiceSaveExportConfiguration Method |
Saves an export configuration.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void SaveExportConfiguration(
ExportConfig exportConfig
)
Sub SaveExportConfiguration (
exportConfig As ExportConfig
)
void SaveExportConfiguration(
ExportConfig^ exportConfig
)
abstract SaveExportConfiguration :
exportConfig : ExportConfig -> unit
Parameters
- exportConfig
- Type: Dundas.BI.TransferExportConfig
The export configuration object to be saved.
Exceptions See Also