Skip to content

Latest commit

 

History

History
141 lines (96 loc) · 3.5 KB

File metadata and controls

141 lines (96 loc) · 3.5 KB
title Collections (ADO for Visual C++ Syntax) | 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
dev_langs
C++
helpviewer_keywords
ADO for Visual C++ syntax [ADO]
syntax indexes [ADO], ADO for Visual C++ syntax
collections [ADO], ADO for Visual C++ syntax
ms.assetid 6a0109a0-f2d9-4f7c-8e1e-42763f9acaea
author MightyPen
ms.author genemi

Collections (ADO for Visual C++ Syntax)

Parameters

Methods

Append(IDispatch *Object);  
Delete(VARIANT Index);  
Refresh(void);  

For more information, see

Properties

get_Count(long *c);  
get_Item(VARIANT Index, _ADOParameter **ppvObject);  

For more information, see

Fields

Methods

Append(BSTR bstrName, DataTypeEnum Type, long DefinedSize, FieldAttributeEnum Attrib);  
Delete(VARIANT Index);  
Refresh(void);  

For more information, see

Properties

get_Count(long *c);  
get_Item(VARIANT Index, ADOField **ppvObject);  

For more information, see

Errors

Methods

Clear(void);  
Refresh(void);  

For more information, see

Properties

get_Count(long *c);  
get_Item(VARIANT Index, ADOError **ppvObject);  

For more information, see

Properties

Methods

Refresh(void);  

For more information, see

Properties

get_Count(long *c);  
get_Item(VARIANT Index, ADOProperty **ppvObject);  

For more information, see

See Also

Errors Collection (ADO)
Fields Collection (ADO)
Parameters Collection (ADO)
Properties Collection (ADO)