BYOT.CreateWithTipTransaction(String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an object that is enlisted within a manual transaction using the 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
Parameters
- url
- String
A TIP URL that specifies a transaction.
- t
- Type
The type.
Returns
The requested transaction.
Remarks
CreateWithTipTransaction performs the managed equivalent of the COM+ DTC method ICreateWithTIPTransaction::CreateInstance
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา