Element Details: Connection.OLAP
 Back


Available in: Logi Info Source code name: Connection.OLAP

Connection.OLAP specifies the connection string to a SQL Server Analysis Services OLAP server. Connection.OLAP may be used in Report definitions with the OlapTable and OlapGrid elements.

Not available in the Java version.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
AdomdConnectionString
UserDefined
(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".
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug