Click or drag to resize

FetchData Properties

The FetchData type exposes the following members.

Properties
  NameDescription
Public propertyExpression
An expression designating the information to extract from Input.
Public propertyInput
Designates the data object from which the information will be extracted, usually represented by a script variable.
Public propertyInterpreted
When True (default) the evaluation of the expression is interpreted in the macro itself rather than during the command execution.
Public propertyOutput
The information extracted from Input using Expression.
Public propertyRunStatement (Overrides McCommandExtended.RunStatement.)
Top
See Also