ITransferServiceSaveExportConfiguration Method |
Saves an export configuration.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxvoid 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| Exception | Condition |
|---|
| ArgumentNullException | exportConfig is . |
| ArgumentException | Name is or empty. |
| DuplicateItemException | An export configuration with the specified name already exists. |
| NotFoundException | The export configuration with the specified ID, which is not equal to Empty, does not exist. |
| NoPrivilegeException | The caller does not have administrative privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also