It makes the server only send the data of the result and excludes the XSD
schema. The default is SchemaData which would include both the XSD as well
as the data...
Thanks,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/Sho...ID=83&SiteID=1
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"cowznofsky" <jhcorey (AT) yahoo (DOT) com> wrote
Quote:
My memory is failing. I recently added the line below where I added
the properties, based on some advice I read online. I should have
written in a comment about why I added it, but I can't find it again.
Can anybody tell me what the second line does? And why one would add
it?
AdomdCommand myCommand = new AdomdCommand(MDXQuery, myConnection);
myCommand.Properties.Add("Content", "Data"); |