Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.21 KB

File metadata and controls

22 lines (18 loc) · 1.21 KB
title ICommandWithParameters | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology native-client
ms.topic reference
ms.assetid 66644c70-def7-46d8-8c47-b883292a0288
author MightyPen
ms.author genemi
manager craigg

ICommandWithParameters

Improvements in the database engine beginning with [!INCLUDEssSQL11] allow ICommandWithParameters::GetParameterInfo to obtain more accurate descriptions of the expected results. These more accurate results may differ from the values returned by CommandWithParameters::GetParameterInfo in previous versions of [!INCLUDEssNoVersion]. For more information, see Metadata Discovery.

Also beginning in [!INCLUDEssSQL11], when calling ICommandWithParameters::SetParameterInfo, the value passed to the pwszName parameter must be a valid identifier. For more information, see Database Identifiers.

See Also

Interfaces (OLE DB)