Call

Analysis Services

Analysis Services

Call

Executes a void-returning user-defined function.

Syntax

Call «UDF Name»

Remarks

The Call function executes the registered user-defined function specified by «UDF». This function is designed for use only with void-returning user-defined functions.

Note  If the user-defined function is not registered on the client, the Call function will attempt to call the user-defined function from the Analysis server.

Example
Call MyOwnVoidFunction()