OpenExportConnectionRunStep Constructor (Partition, Int32, OperationType, IList)
Creates an instance of the OpenExportConnectionRunStep class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim partition As Partition
Dim batchSize As Integer
Dim exportType As OperationType
Dim hierarchyNodes As IList(Of HierarchyNode)
Dim instance As New OpenExportConnectionRunStep(partition, batchSize, exportType, hierarchyNodes)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
partition As Partition, _
batchSize As Integer, _
exportType As OperationType, _
hierarchyNodes As IList(Of HierarchyNode) _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public OpenExportConnectionRunStep (
Partition partition,
int batchSize,
OperationType exportType,
IList<HierarchyNode> hierarchyNodes
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
OpenExportConnectionRunStep (
Partition^ partition,
int batchSize,
OperationType exportType,
IList<HierarchyNode^>^ hierarchyNodes
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public OpenExportConnectionRunStep (
Partition partition,
int batchSize,
OperationType exportType,
IList<HierarchyNode> hierarchyNodes
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
public function OpenExportConnectionRunStep (
partition : Partition,
batchSize : int,
exportType : OperationType,
hierarchyNodes : IList<HierarchyNode>
)
Parameters
- partition
The partition the run step is operating on.
- batchSize
The batch size.
- exportType
The export type.
- hierarchyNodes
The hierarchy type.
Platforms
Target Platforms
See Also
Reference
OpenExportConnectionRunStep Class
OpenExportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace