Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.16 KB

File metadata and controls

37 lines (32 loc) · 1.16 KB
title Version Property (ADO) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Connection15::GetVersion
Connection15::Version
Connection15::get_Version
helpviewer_keywords
Version property [ADO]
ms.assetid db4cb894-9bd9-422d-a58a-cef6941a5784
author MightyPen
ms.author genemi

Version Property (ADO)

Indicates the ADO version number.

Return Value

Returns a String value that indicates the version.

Remarks

Use the Version property 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.

Applies To

Connection Object (ADO)

See Also

Version Property Example (VB)
Version Property Example (VC++)