EssMdxTrig

Manipulates triggers based on the operations specified in an MDX statement. The MDX can create, replace, delete, enable, or disable a specific trigger.

Syntax

ESS_FUNC_M EssMdxTrig (hCtx, AppName, DbName, mdxStatement);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

AppName

ESS_STR_T

Application name.

DbName

ESS_STR_T

Database name.

mdxStatement

ESS_STR_T

An MDX statement that specifies whether to create, replace, delete, enable, or disable a specific trigger.

Access

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

See Also