Share via


ReadExportFileRunStep Constructor (Partition, OperationType)

Creates an instance of the ReadExportFileRunStep class.

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

Usage

'Usage
Dim partition As Partition
Dim exportType As OperationType

Dim instance As New ReadExportFileRunStep(partition, exportType)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New ( _
    partition As Partition, _
    exportType As OperationType _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
protected ReadExportFileRunStep (
    Partition partition,
    OperationType exportType
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
protected:
ReadExportFileRunStep (
    Partition^ partition, 
    OperationType exportType
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
protected ReadExportFileRunStep (
    Partition partition, 
    OperationType exportType
)
EditorBrowsableAttribute(EditorBrowsableState.Never) 
protected function ReadExportFileRunStep (
    partition : Partition, 
    exportType : OperationType
)

Parameters

  • partition
    The partition the run step is operating on.
  • exportType
    The exportType.

Platforms

Target Platforms

See Also

Reference

ReadExportFileRunStep Class
ReadExportFileRunStep Members
Microsoft.MetadirectoryServices Namespace