ImportResults Class

Represents some values passed back to the FIM Synchronization Service from OpenImportConnection and CloseImportConnection method.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ImportResults

Syntax

'Declaration
<SerializableAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class ImportResults
[SerializableAttribute] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public class ImportResults
[SerializableAttribute] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public ref class ImportResults
/** @attribute SerializableAttribute() */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public class ImportResults
SerializableAttribute 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public class ImportResults

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ImportResults
     Microsoft.MetadirectoryServices.CloseImportConnectionResults
     Microsoft.MetadirectoryServices.GetImportEntriesResults
     Microsoft.MetadirectoryServices.OpenImportConnectionResults
     Microsoft.MetadirectoryServices.WriteImportFileResults

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ImportResults Members
Microsoft.MetadirectoryServices Namespace