OLAPElementNative
Usually, OLAP elements are identified by strings. Thus, in principle you
can use regular strings to refer to OLAP elements. In many situations it is
beneficial, if you can properly identify strings that refer to OLAP elements. That
is what the OLAPElementNative
element is for.
Basically, you can use it like a regular string. You only must prefix it with an
N
:
OLAPElementNative element = N”Hello”;