EssBuildDimStart() starts the process to add or remove members from the active database outline.
ESS_FUNC_M EssBuildDimStart (hCtx);
ESS_HCTX_T | hCtx |
hCtx | Essbase API context handle. |
Returns zero if successful, otherwise returns an error code.
This function requires the caller to have database design privilege for the specified database (ESS_PRIV_DBDESIGN).
ESS_FUNC_M Ess_BuildDimStart (ESS_HCTX_T hCtx) { sts = EssBuildDimStart (hCtx); return (sts); }
EssImport()
EssBuildDimension()
EssBuildDimFile()
EssLockObject()