次の方法で共有


BYOT.CreateWithTipTransaction メソッド

トランザクション インターネット プロトコル (TIP) を使用して、手動トランザクションに参加するオブジェクトを作成します。

Public Shared Function CreateWithTipTransaction( _
   ByVal url As String, _   ByVal t As Type _) As Object
[C#]
public static object CreateWithTipTransaction(stringurl,Typet);
[C++]
public: static Object* CreateWithTipTransaction(String* url,Type* t);
[JScript]
public static function CreateWithTipTransaction(
   url : String,t : Type) : Object;

パラメータ

  • url
    トランザクションを指定する TIP URL。
  • t
    型。

戻り値

要求されたトランザクション。

解説

CreateWithTipTransaction は、COM+ DTC メソッド ICreateWithTIPTransaction::CreateInstance のマネージ バージョンを実行します。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

BYOT クラス | BYOT メンバ | System.EnterpriseServices 名前空間