Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
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
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|