Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Returns an integer value indicating the number of objects in a collection.
Syntax
object.Count
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
Remarks
Upon instantiation, a CatalogCollection object returns a count of zero. Call the Populate method to read from the CatalogCollection object, and then use the Count method to return the number of objects in the collection.
for a list of the MTS collections and their properties, see the Using MTS Collections topic.
See Also