IDmMethod.OutputDataSource

Syntax

OutputDataSource: IDmDataSource;

Description

The OutputDataSource property determines an output data source.

Comments

To determine input data source, use the IDmMethod.InputDataSource property.

Example

The property use is given in the example for IDmMethod.Execute.

See also:

IDmMethod