Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Count Property

See Also
Example
Applies To

OraConnections Collection

OraFields Collection,

OraParameters Collection

OraSessions 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

Remarks

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

Data Type

Integer


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents