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.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMAExtensibleFileExport

Syntax

Visual Basic
Public Interface IMAExtensibleFileExport
C#
public interface IMAExtensibleFileExport
C++
public interface class IMAExtensibleFileExport
J#
public interface IMAExtensibleFileExport
JScript
public interface IMAExtensibleFileExport

Remarks

Although Forefront Identity Manager Synchronization Service (FIM Synchronization Service) does 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 you do not implement this interface. For an import-only connected data source extension, you can implement this interface by having all the methods throw an EntryPointNotImplementedException exception.

For a code example that implements this interface, see Example: Connected Data Source Extension for File-Based Data Sources.


Platforms

Target Platforms

See Also