Using Collections

A collection contains a group of objects, all of the same type. The name of a collection is the plural name of the object type it contains. For example, the Databases collection contains a group of Database objects.

A collection is contained within a parent object. For example, the SQLServer object contains the Databases collection.