Description Modifies the given McDBNode's content from an external source of data.
-
Return Type
-
A Boolean value. A Boolean with value True (-1) when successful. Failure Returns False. Failure conditions: * Implementation defined.
-
Syntax
-
object.NodeImport (sDisplayName, pOverridden, pdbnodeImport, vSourceContext)
The NodeImport Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | pdbnodeImport | Required. A McDBNode object. The McDBNode to be modified by this command. | | vSourceContext | Required. A Variant value. Implementation specific data to support the
source context and configuration of the Import command. |
|