Share via


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 メソッドと同等のマネージド を ICreateWithTIPTransaction::CreateInstance実行します。

適用対象