IMAExtensibleFileExport Interface

Important: With the release of ECMA 2.0, this feature has been deprecated and will be removed in future versions. You should use the Extensible Connectivity 2.0 Management Agent Reference for Connector development going forward.

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

'Usage
Dim instance As IMAExtensibleFileExport

Syntax

'Declaration
Public Interface IMAExtensibleFileExport
public interface IMAExtensibleFileExport
public interface class IMAExtensibleFileExport
public interface IMAExtensibleFileExport
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

Reference

IMAExtensibleFileExport Members
Microsoft.MetadirectoryServices Namespace
ConfigParameter Class
ConfigParameterCollection Class
TypeDescription
TypeDescriptionCollection
Microsoft.MetadirectoryServices