ITransferServiceGetExportConfiguration Method |
Retrieves an export configuration which specified by exportConfigId.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax ExportConfig GetExportConfiguration(
Guid exportConfigId
)
Function GetExportConfiguration (
exportConfigId As Guid
) As ExportConfig
ExportConfig^ GetExportConfiguration(
Guid exportConfigId
)
abstract GetExportConfiguration :
exportConfigId : Guid -> ExportConfig
Parameters
- exportConfigId
- Type: SystemGuid
ID of the export configuration to be retrieved.
Return Value
Type:
ExportConfigThe export configuration which specified by
exportConfigId.
Exceptions See Also