PowerCenter
- PowerCenter 10.5.1
- All Products
INFA_INDICATOR INFA_CTAGetIndicator( INFA_CT_INPUTPORT_HANDLE inputport, INFA_INT32 iRow );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
inputport
| INFA_CT_INPUTPORT_HANDLE
| Input
| Input port handle.
|
iRow
| INFA_INT32
| Input
| Index number of the row in the block. The index is zero-based.
You must verify the procedure only passes an index number that exists in the data block. If you pass an invalid value, the Integration Service shuts down unexpectedly.
|