다음을 통해 공유


TransactionManager.BeginTransaction 메서드 (String, Boolean, TransactionContext)

지정된 이름을 가진 새 트랜잭션 개체를 만들고 해당 개체에 대한 참조를 반환합니다.

네임스페이스:  Microsoft.VisualStudio.Modeling
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.12.0(Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

구문

‘선언
Public Function BeginTransaction ( _
    name As String, _
    isSerializing As Boolean, _
    context As TransactionContext _
) As Transaction
public Transaction BeginTransaction(
    string name,
    bool isSerializing,
    TransactionContext context
)

매개 변수

  • isSerializing
    형식: System.Boolean
    transaction.IsSerializing의 값을 확인합니다true는 파일에서 모델을 읽고 있음을 나타냅니다.

반환 값

형식: Microsoft.VisualStudio.Modeling.Transaction
Transaction 개체

설명

규칙 및 트랜잭션 컨텍스트 개체에 전달 되는 정보를 사용 하 여 이벤트 처리기를 작성 한 경우이 버전을 사용 합니다. 규칙이 트랜잭션의 끝에는 임의의 순서로 호출 되므로 직접 서로 간에 정보를 전달할 수 없습니다. 트랜잭션 컨텍스트가 사전 모든 종류의 정보를 전달할 수 있습니다.

예제

// In a rule:
UsefulInfo info = this.Store.TransactionManager.CurrentTransaction
    .TopLevelTransaction.Context.ContextInfo["akey"] as UsefulInfo;

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

TransactionManager 클래스

BeginTransaction 오버로드

Microsoft.VisualStudio.Modeling 네임스페이스