EssBuildDimStart

Starts the process to add or remove members from the active database outline.

Syntax

ESS_FUNC_M  EssBuildDimStart (hCtx); 
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

Notes

Return Value

Returns zero if successful, otherwise returns an error code.

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