EsbBuildDimStart

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

Syntax

EsbBuildDimStart (hCtx);
ByVal hCtx As Long
ParameterDescription

hCtx

API context handle.

Notes

Return Value

Returns zero (0) if successful.

Access

This function requires database design privilege ESB_PRIV_DBDESIGN for the specified database.

Example

Public Sub ESB_BuildDimStart()
   
   Dim sts As Long
   
   sts = EsbBuildDimStart (hCtx)

End Sub

See Also