Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 2.73 KB

count-property-ado.md

File metadata and controls

62 lines (55 loc) · 2.73 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
Count Property (ADO)
Count Property (ADO)
rothja
jroth
01/19/2017
sql
ado
reference
_Collection::Count
Count property [ADO]
COM

Count Property (ADO)

Indicates the number of objects in a collection.

Return Value

Returns a Long value.

Remarks

Use the Count property to determine how many objects are in a given collection.

Because numbering for members of a collection begins with zero, you should always code loops starting with the zero member and ending with the value of the Count property minus 1. If you are using Microsoft Visual Basic and want to loop through the members of a collection without checking the Count property, use the For Each...Next command.

If the Count property is zero, there are no objects in the collection.

Applies To

:::row::: :::column::: Axes Collection (ADO MD)
Columns Collection (ADOX)
CubeDefs Collection (ADO MD)
Dimensions Collection (ADO MD)
Errors Collection (ADO)
Fields Collection (ADO)
Groups Collection (ADOX)
:::column-end::: :::column::: Hierarchies Collection (ADO MD)
Indexes Collection (ADOX)
Keys Collection (ADOX)
Levels Collection (ADO MD)
Members Collection (ADO MD)
Parameters Collection (ADO)
:::column-end::: :::column::: Positions Collection (ADO MD)
Procedures Collection (ADOX)
Properties Collection (ADO)
Tables Collection (ADOX)
Users Collection (ADOX)
Views Collection (ADOX)
:::column-end::: :::row-end:::

See Also

Count Property Example (VB)
Count Property Example (VC++)
Refresh Method (ADO)