BYOT.CreateWithTransaction(Object, Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
수동 트랜잭션 내에 참여하는 개체를 만듭니다.
public:
static System::Object ^ CreateWithTransaction(System::Object ^ transaction, Type ^ t);
public static object CreateWithTransaction (object transaction, Type t);
static member CreateWithTransaction : obj * Type -> obj
Public Shared Function CreateWithTransaction (transaction As Object, t As Type) As Object
매개 변수
- transaction
- Object
트랜잭션을 지정하는 ITransaction 또는 Transaction 개체입니다.
- t
- Type
지정된 형식입니다.
반환
요청된 트랜잭션입니다.
설명
CreateWithTransaction COM + DTC Distributed Transaction Coordinator () 메서드는 관리 되는 것과 같습니다 수행 ICreateWithTransaction::CreateInstance합니다.