Microsoft Identity Integration Server 2003 Developer Reference |
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.
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. |
Although MIIS 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.
Product: Microsoft Identity Integration Server 2003
Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.
ConfigParameter, ConfigParameterCollection, TypeDescription, TypeDescriptionCollection