EsbBuildDimStart() starts the process to add or remove members from the active database outline.
EsbBuildDimStart (hCtx);
ByVal hCtx As Long
hCtx | Essbase API context handle. |
Returns zero (0) if successful.
This function requires database design privilege ESB_PRIV_DBDESIGN for the specified database.
Public Sub ESB_BuildDimStart() Dim sts As Long sts = EsbBuildDimStart (hCtx) End Sub
EsbImport()
EsbBuildDimension()
EsbBuildDimFile()
EsbLockObject()