AdomdConnectionString | | (Required) Specify an ADOMD Connection String. It may represent either a direct connection to Microsoft Analysis Services with the MSOLAP provider or an XML for Analsysis (XMLA) web service, which also works with MSAS.
MSOLAP connection example:
Provider=MSOLAP;User ID=sa;Password=xyz;Data Source=myserver;Initial Catalog=FoodMart 2000;Client Cache Size=25;Auto Synch Period=10000;MDX Unique Name Style=2;Default MDX Visual Mode=1;
XMLA connection example:
Data Source=http://myserver/xmla/msxisapi.dll
XMLA is an web service that may be downloaded from Microsoft MDSN. Search for "XML for Analysis 1.1 SDK".
To learn more about ADOMD connection strings, visit Microsoft MDSN and search for "AdomdConnection.ConnectionString".
|