System.Win.Mtsobj.TMtsAutoObject

提供: RAD Studio API Documentation
移動先: 案内検索

System.Win.ComObj.TAutoObjectSystem.Win.ComObj.TTypedComObjectSystem.Win.ComObj.TComObjectSystem.TObjectTMtsAutoObject

Delphi

TMtsAutoObject = class(TAutoObject, IObjectControl)

C++

class PASCALIMPLEMENTATION TMtsAutoObject : public System::Win::Comobj::TAutoObject

プロパティ

種類 可視性 ソース ユニット
class public
System.Win.Mtsobj.pas
System.Win.Mtsobj.hpp
System.Win.Mtsobj System.Win.Mtsobj

説明

TMtsAutoObject は、MTS アプリケーションサーバーのオブジェクトとインターフェイスをカプセル化します。

TMtsAutoObject オブジェクトは、MTS が有効なアプリケーションサーバーにある全オブジェクトの集中的なリポジトリとして使用します。

MTS オートメーションオブジェクトは、IObjectControl インターフェイスを実装するデュアルインターフェイスのオートメーションサーバーです。MTS オートメーションオブジェクトは、トランザクションサポートやセキュリティなどの MTS サービスをカプセル化する追加機能を備えたオートメーションサーバーのようなものです。

関連項目