Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Let's say I have this MDX query against SQL Server's Analysis Service Adventure Works sample:
select [Measures].[Customer Count] on columns, [Date].[Calendar Quarter of Year] on rows from [Adventure Works]
And I execute it as:
var reader = new AdomdCommand("...").ExecuteReader();
I would expect that
reader.GetFieldType(0);would return System.Int32, but it returns System.Object. The same is true if I query schema with reader.GetSchemaTable() which is no surprise as I assume the former gets data from later. I also assume this is probably not an exclusive .NET issue. The same is at least true for .NET Framework.
So, is there a way I can get those types when I do a query?
I guess it's related to both and I don't think Adomd client is doing anything significant except for retrieving schema from SQL server. But anyway, I will post there as well.
Hi @mihies,
According to your description, I think this requirement is more related to use ADO.NET to getting data from SQL server.
For this scenario, I'd like to suggest you post those at the forum to get further support.
Regards,
Xiaoxin Sheng
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |