ImportRunStep Class

Represents some values passed to the Management Agent during import.

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

Usage

'Usage
Dim instance As ImportRunStep

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ImportRunStep
     Microsoft.MetadirectoryServices.CloseImportConnectionRunStep
     Microsoft.MetadirectoryServices.GetImportEntriesRunStep
     Microsoft.MetadirectoryServices.OpenImportConnectionRunStep
     Microsoft.MetadirectoryServices.WriteImportFileRunStep

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

ImportRunStep Members
Microsoft.MetadirectoryServices Namespace