Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.47 KB

File metadata and controls

26 lines (20 loc) · 1.47 KB
title ICommandWithParameters | Microsoft Docs
description ICommandWithParameters interface
ms.custom
ms.date 06/14/2018
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology connectivity
ms.topic reference
author pmasl
ms.author pelopes

ICommandWithParameters

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

[!INCLUDEDriver_OLEDB_Download]

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)