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