How can I get DataType information of each and every column of a SSAS tabular cube? I know how to execute a query and then get the SchemaInformation (which also provides columns DataType).
I want to read any given cube, get the list of dimensions & for each dimesnion, I should be able to read the attributes & for each attribute, I want to read the Attribute's (column's) DataType.