言語

BYOT.CreateWithTipTransaction(String, Type) メソッド

定義

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

public:
 static System::Object ^ CreateWithTipTransaction(System::String ^ url, Type ^ t);
public static object CreateWithTipTransaction(string url, Type t);
static member CreateWithTipTransaction : string * Type -> obj
Public Shared Function CreateWithTipTransaction (url As String, t As Type) As Object

パラメーター

url
String

トランザクションを指定する TIP URL。

t
Type

型。

返品

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

注釈

CreateWithTipTransactionは、 COM+ DTC メソッドと同等のマネージドメソッドを実行します。

適用対象