The Version property on a Connection object indicates the ADO version number. This property returns a String value.
versionADO = currentConnection.Version
The Version property is used to return the version number of the ADO implementation. The version of the provider will be available as a dynamic property in the Properties collection.