Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Count Property

See Also
Example
Applies To

OraConnections Collection

OraFields Collection,

OraParameters Collection

OraSessions Collection

OraSubscriptions Collection

Description

Returns the number of objects in the specified collection. Not available at design time and read-only at run time.

Usage

connection_count = oraconnections.Count

field_count = orafields.Count

parameter_count = oraparameters.Count

session_count = orasessions.Count

subscriptions_count = OraSubscriptions.Count

Remarks

Use this property to determine the number of objects in the specified collection.

Data Type

Integer