IDalCommandTask.Result

Fore Syntax

Result: IDalCommand;

Fore.NET Syntax

Result: IDalCommand;

Description

The Result property returns a result of the task execution.

Comments

Command is a result of the task execution. Actual values can be received using properties and methods of the command. The following properties and methods of the received command are available for using :

The other properties or methods of the command that are the result of the task execution, are not supported.

Example

The example of the property use is given in the description of the IDalCommand2.CreateTask method.

See also:

IDalCommandTask