PowerCenter
- PowerCenter 10.5
- All Products
INFA_CT_UPDATESTRATEGY INFA_CTAGetRowStrategy( INFA_CT_INPUTGROUP_HANDLE inputgroup, INFA_INT32 iRow);
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
inputgroup
| INFA_CT_INPUTGROUP_HANDLE
| Input
| Input group 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.
|
void INFA_CTASetRowStrategy( INFA_CT_OUTPUTGROUP_HANDLE outputgroup, INFA_INT32 iRow, INFA_CT_UPDATESTRATEGY updateStrategy );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
outputgroup
| INFA_CT_OUTPUTGROUP_HANDLE
| Input
| Output group 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.
|
updateStrategy
| INFA_CT_UPDATESTRATEGY
| Input
| Update strategy for the port. Use one of the following values:
|