Instantiates a CatalogCollection object.
Syntax
set x object.GetCollection(Name)
Parameters
x
Required. An object variable (a variant, or object variable, or a CatalogCollection variable) for the returned collection.
object
Required. An object variable that evaluates to a catalog object.
Name
Required; String. A string expression containing the name of the collection to instantiate.
Remarks
You can use this method to get the following collections:
After using the GetCollection method, you must fill the object by calling the Populate method. See the Populate method topic for further detail.
For a list of the MTS collections and their properties, see the Using MTS Collections topic..