Start the conversion using both the source data
and an analyze report input, and (possibly) wait for completion.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Converter
Dim dataSource As Source
Dim result As Result
Dim reportSource As Source
Dim value As Conversion
value = instance.Convert(dataSource, result, reportSource)
|
Parameters
- dataSource
- See the source parameter of the Convert method.
- result
- See the result parameter of the Convert method.
- reportSource
- This a Source object containing the report created by the Analyze method.
Return Value
The new
Conversion object that represents the conversion.
The application can ignore this return value if it desires,
however the application can use the returned
Conversion object to gain additional control over the conversion process.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also