Description Modifies the Current from an external source of data.
-
Return Type
-
A Boolean value. A Boolean with value True (-1) when successful. Failure Returns False. Failure conditions: * A McDataHandler to support the import command could Not be found or created. * Current could Not be de-referenced.
-
Syntax
-
object.Import ([vSourceContext], [sDisplayName])
The Import Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodes. | | vSourceContext | Optional. A Variant value. Implementation specific data to support the source context and configuration of the Import command. | | sDisplayName | Optional. A String value. An identifier specifying a particular McDataSource implementation. An identifier specifying a particular McDataSource implementation. |
|