Analysis Services Programming
Connection (clsDataSource)
The Connection property of an object of ClassType clsDataSource returns a reference to a Microsoft® ActiveX® Data Objects (ADO) Connection object, used to connect to a relational database.
Data Type
ADODB.Connection
Access
Read-only
Remarks
You can use this ADO Connection object to access the source database directly. For more information, see the ADO documentation.