PowerCenter
- PowerCenter 10.5.1
- All Products
INFA_STATUS INFA_CTGetAllPropertyNamesM(INFA_CT_HANDLE handle, const char*const** paPropertyNames, size_t* pnProperties);
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
handle
| INFA_CT_HANDLE
| Input
| Specify the handle name.
|
paPropertyNames
| const char*const**
| Output
| Specifies the property name. The Integration Service returns an array of property names in MBCS.
|
pnProperties
| size_t*
| Output
| Indicates the number of properties in the array.
|
INFA_STATUS INFA_CTGetAllPropertyNamesU(INFA_CT_HANDLE handle, const INFA_UNICHAR*const** pasPropertyNames, size_t* pnProperties);
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
handle
| INFA_CT_HANDLE
| Input
| Specify the handle name.
|
paPropertyNames
| const INFA_UNICHAR*const**
| Output
| Specifies the property name. The Integration Service returns an array of property names in Unicode.
|
pnProperties
| size_t*
| Output
| Indicates the number of properties in the array.
|