WriteImportFileRunStep Constructor (Partition, String)
Creates an instance of the WriteImportFileRunStep class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim partition As Partition
Dim customData As String
Dim instance As New WriteImportFileRunStep(partition, customData)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New ( _
partition As Partition, _
customData As String _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected WriteImportFileRunStep (
Partition partition,
string customData
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
WriteImportFileRunStep (
Partition^ partition,
String^ customData
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
protected WriteImportFileRunStep (
Partition partition,
String customData
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
protected function WriteImportFileRunStep (
partition : Partition,
customData : String
)
Parameters
- partition
The partition that the run step is operating on.
- customData
Contains a string that stores the watermark.
Platforms
Target Platforms
See Also
Reference
WriteImportFileRunStep Class
WriteImportFileRunStep Members
Microsoft.MetadirectoryServices Namespace