Starts the process to add or remove members from the active database outline.
Syntax
EsbBuildDimStart (hCtx); ByVal hCtx As Long
Parameter | Description |
---|---|
hCtx | API context handle. |
Notes
The description of EsbImport provides information on importing data sources.
The database must be the active database. See the description of EsbSetActive.
The outline object must be locked prior to calling EsbBuildDimStart. See the description for EsbLockObject.
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