IMAExtensibleFileExport Interface
The IMAExtensibleFileExport interface is implemented by a connected directory extension to export data from the connector space to a connected directory that requires an intermediate file to process any changes to the data source.
The IMAExtensibleFileExport interface is derived from the System.Object class.
Public Methods
The IMAExtensibleFileExport interface has the following public method.
Method | Description |
---|---|
DeliverExportFile(String, String, String, String, ConfigParameterCollection, TypeDescriptionCollection) |
Exports data from the connector space to a connected data source that requires an intermediate file to process any data source changes. |
Remarks
Although ILM 2007 FP1 will not call the method in this interface for connected data source extensions with an import-only step type, you still must implement this interface. An error occurs if this interface is not implemented. For an import-only connected data source extension, you can implement this interface by having all the methods throw an EntryPointNotImplementedException exception.
Examples
Example: Connected Data Source Extension for File-Based Data Sources contains code example that implement this interface.
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
ConfigParameter
ConfigParameterCollection
TypeDescription
TypeDescriptionCollection
Send comments about this topic to Microsoft
Build date: 2/16/2009