Given a connection information string, and an Extended Member Comment string, initializes a drill-through handle, and starts the Drill-Through Wizard.
Syntax
ESS_FUNC_M EssDTAPISetConnection (pDTAPIInst, pEMC, ulCount, pDTInfo);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInst; | ESS_PDTAPIHINST_T | Pointer to a drill-through initialization structure |
pEMC; | ESS_PSTR_T | Extended Member Comment |
ulCount; | ESS_ULONG_T | Number of Extended Member Comment blocks |
pDTInfo; | ESS_PSTR_T | Connection information |
Notes
Use EssGDTRequestDrillThrough() to initialize the drill-through instance handle, because:
EssDTAPISetConnection() currently does not initialize pDTAPIInst.
Due to security issues, pConnection (the connection information string) and pEMC (the extended member comment string) currently are not retrieved from the Essbase Server.
See Also