IDalCommandTask.Result

Syntax

Result: IDalCommand;

Description

The Result property returns task execution result.

Comments

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

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

Example

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

See also:

IDalCommandTask