The object's current version.
[Visual Basic 6.0] Property Version As IVersion
[Visual Basic .NET] Public ReadOnly Property Version As IVersion
[C#] public IVersion Version {get;}
[Java] public IVersion getVersion() throws IOException, AutomationException
[C++] HRESULT get_Version( IVersion** Version );
The Version method returns an IVersion object that is the current version the object references. This provides a mechanism to easily detect the version of the database that an object references.