EpmBrowseTypesFunction

<< Click to Display Table of Contents >>

 

EpmBrowseTypesFunction

Returns a table with a list of all different types of objects found on an EPM Server.

 

Syntax

SELECT * FROM EpmBrowseTypesFunction()

 

Result Fields

The resulting table contains only the TypeName field, which is the type of object found for which exists at least one item on the EPM Server.

 

Example

To return all types of existing objects on an EPM Server, use the next statement.

SELECT * FROM EpmBrowseTypesFunction()

 

EpmBrowseTypesFunction function

EpmBrowseTypesFunction function

Was this page useful?