PowerCenter
- PowerCenter 10.5.1
- All Products
INFA_INT32 INFA_CTAGetNumRows( INFA_CT_INPUTGROUP_HANDLE inputgroup );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
inputgroup
| INFA_CT_INPUTGROUP_HANDLE
| Input
| Input group handle.
|
void INFA_CTASetNumRows( INFA_CT_OUTPUTGROUP_HANDLE outputgroup, INFA_INT32 nRows );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
outputgroup
| INFA_CT_OUTPUTGROUP_HANDLE
| Input
| Output port handle.
|
nRows
| INFA_INT32
| Input
| Number of rows you want to define in the output block. You must enter a positive number. The Integration Service fails the output notification function when specify a non-positive number.
|