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).]
Pulls remote components by name from the package on a remote server.
Syntax
object.InstallRemoteComponentByName(computer, PackName, ProgID)
Parameters
object
Required. An object variable that evaluates to a RemoteComponentUtil object.
computer
Required; String. A string expression providing the name of the remote computer.
PackName
Required; String. A string expression providing the name of the package containing the remote component.
ProgID
Required; String. A string value containing the ProgID of the remote component.
Remarks
The changes are applied immediately to the catalog. See the Working with Remote MTS Computers topic for a complete description of how to pull components from a remote server.
See Also