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).]
Imports a component that is already registered as an in-process (in-proc) server.
Syntax
object.ImportComponent(CLSID)
Parameters
object
Required. An object variable that evaluates to a ComponentUtil object.
CLSID
Required; String. An expression containing the CLSID 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