Implemented by all types of call-based connected data source extensions to export data from the connector space to a call-based data source.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMAExtensibleCallExport

Syntax

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

Remarks

Forefront Identity Manager Synchronization Service (FIM Synchronization Service) does not call the methods in this interface for import-only connected data source extensions, but the interface must still be implemented. If it is not implemented, an error occurs. You can implement this interface for import-only connected data source extensions by having all the methods throw an EntryPointNotImplementedException exception.


Platforms

Target Platforms

See Also