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).]
Microsoft Transaction Server (MTS) developers and advanced web administrators can use scriptable administration objects to automate MTS application deployment and administration. The scriptable objects correspond to the Microsoft Transaction Server Explorer collection hierarchy. You can automate administrative procedures by calling interfaces on the appropriate scriptable administration object. The following diagram shows the types of collections administered and deployed by the MTS Explorer:
To use the scriptable administration objects effectively, you should have a thorough understanding of the tasks that your application automates in the MTS Explorer. You can use any Automation-compatible language to develop your application because the scriptable administration objects are derived from the IDispatch interface. Microsoft® Visual Basic® version 5.0 or later and Microsoft® Visual C++® version 5.0 or later, which support ActiveX® and COM, are recommended development tools. See the MTS Administrative Reference for a complete Visual Basic sample that demonstrates how to use the scriptable administration objects.
This section discusses the following topics:
See Also