ModelConnection.ADOConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ADO Connection Object is used to create an open connection to a data source. Enables addins, such as Powerview, to create a direct connection to the engine and hence the data model. ADOConnection object Read-only.
public:
property System::Object ^ ADOConnection { System::Object ^ get(); };
public object ADOConnection { get; }
Public ReadOnly Property ADOConnection As Object