BYOT.CreateWithTipTransaction(String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 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
。