EssBuildDimStart

Description

EssBuildDimStart() starts the process to add or remove members from the active database outline.

Syntax
ESS_FUNC_M  EssBuildDimStart (hCtx); 
ESS_HCTX_ThCtx

Parameters

hCtxEssbase API context handle.

Return Value

Returns zero if successful, otherwise returns an error code.

Notes

Access

This function requires the caller to have database design privilege for the specified database (ESS_PRIV_DBDESIGN).

Example

ESS_FUNC_M Ess_BuildDimStart (ESS_HCTX_T hCtx)
{
   
   sts = EssBuildDimStart (hCtx);
   return (sts);
}

See Also

EssImport()
EssBuildDimension()
EssBuildDimFile()
EssLockObject()