OLAPElementList
This type represents a list of the OLAP
elements. BI# does not offer literals for the 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 = OLAPCreateNamedConnection("");
OLAPElementList list = OLAPGetElementList(con, "DACOUNT", true);