Imports a component that is already registered as an in-process server by the component’s programmatic identifier (ProgID).
Syntax
object.ImportComponentByName(ProgID)
Parameters
object
Required. An object variable that evaluates to a ComponentUtil object.
ProgID
Required. A String expression identifying the ProgID of the component to be installed.
Remarks
The changes are applied immediately to the catalog. For a description of the Component collection and its associated properties, see the Using MTS Collections topic.
See Also
ImportComponent Method (ComponentUtil)