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