Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim instance As IMAExtensibleFileImport |
Syntax
Visual Basic |
---|
Public Interface IMAExtensibleFileImport |
C# |
---|
public interface IMAExtensibleFileImport |
C++ |
---|
public interface class IMAExtensibleFileImport |
J# |
---|
public interface IMAExtensibleFileImport |
JScript |
---|
public interface IMAExtensibleFileImport |
Remarks
If this method does not throw an exception, Forefront Identity Manager Synchronization Service (FIM Synchronization Service) uses the file-based management agent to import the data in the intermediate file to the connector space.
Although FIM Synchronization Service does not call the method in this interface for connected data source extensions with an export-only step type, you still must implement this interface. An error occurs if this interface is not implemented. For an export 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.