Share via


OpenImportConnectionRunStep Constructor (Partition, OperationType, Int32, String, IList)

Creates an instance of the OpenImportConnectionRunStep class.

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

Usage

'Usage
Dim partition As Partition
Dim importType As OperationType
Dim pageSize As Integer
Dim customData As String
Dim hierarchyNodes As IList(Of HierarchyNode)

Dim instance As New OpenImportConnectionRunStep(partition, importType, pageSize, customData, hierarchyNodes)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
    partition As Partition, _
    importType As OperationType, _
    pageSize As Integer, _
    customData As String, _
    hierarchyNodes As IList(Of HierarchyNode) _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public OpenImportConnectionRunStep (
    Partition partition,
    OperationType importType,
    int pageSize,
    string customData,
    IList<HierarchyNode> hierarchyNodes
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
OpenImportConnectionRunStep (
    Partition^ partition, 
    OperationType importType, 
    int pageSize, 
    String^ customData, 
    IList<HierarchyNode^>^ hierarchyNodes
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public OpenImportConnectionRunStep (
    Partition partition, 
    OperationType importType, 
    int pageSize, 
    String customData, 
    IList<HierarchyNode> hierarchyNodes
)
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public function OpenImportConnectionRunStep (
    partition : Partition, 
    importType : OperationType, 
    pageSize : int, 
    customData : String, 
    hierarchyNodes : IList<HierarchyNode>
)

Parameters

  • partition
    The partition that the run step is operating on.
  • importType
    The importType.
  • pageSize
    The pageSize.
  • customData
    Contains a string that stores the watermark.
  • hierarchyNodes
    A list of hierarchyNodes.

Platforms

Target Platforms

See Also

Reference

OpenImportConnectionRunStep Class
OpenImportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace