共用方式為


BYOT.CreateWithTipTransaction(String, Type) 方法

定義

使用 Transaction Internet Protocol (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 方法的 Managed 對等專案 ICreateWithTIPTransaction::CreateInstance

適用於