OLAPElementList
This type represents a list of OLAP elements. BI# does not offer
literals for OLAP element lists. Therefore, you can only obtain one by calling
functions such as
OLAPGetElementList()
.
Use the
foreach
loop statement to iterate over
the elements of an
OLAPElementList
object.
OLAPConnection con = OLAPCreateConnection( "server", "user", "password" ); OLAPElementList list = OLAPGetElementList(con, "DACOUNT", true);