Detect Member Property Data Type
Hi,
I'm using ADOMD and trying to discover the data type of a member property.
At the moment my code returns the same datatype even though I'm confident the
underlying type is different.
here is the concept I am using e.g.:
objCubeDef.Dimensions(7).Hierarchies(0).Levels(0). Members(0).Properties("RelYear").Type
Is there a better / different way to do this?
regards,
Richard
|