다음을 통해 공유


SqlMetadataStore.BeginTransaction 메서드 (IsolationLevel)

격리 수준이 지정된 명시적 트랜잭션을 메타데이터 저장소에서 시작합니다.

네임스페이스: Microsoft.Synchronization.MetadataStorage
어셈블리: microsoft.synchronization.metadatastorage.dll의 Microsoft.Synchronization.MetadataStorage

구문

‘선언
Public Overrides Sub BeginTransaction ( _
    isolationLevel As IsolationLevel _
)
‘사용 방법
Dim instance As SqlMetadataStore
Dim isolationLevel As IsolationLevel

instance.BeginTransaction(isolationLevel)
public override void BeginTransaction (
    IsolationLevel isolationLevel
)
public:
virtual void BeginTransaction (
    IsolationLevel isolationLevel
) override
public void BeginTransaction (
    IsolationLevel isolationLevel
)
public override function BeginTransaction (
    isolationLevel : IsolationLevel
)

매개 변수

예외

예외 형식 조건

ObjectDisposedException

이 개체가 삭제되었거나, 올바르게 초기화되지 않았습니다.

ArgumentOutOfRangeException

isolationLevel이 System.Data.IsolationLevel 열거형에 있는 다음 값 중 하나가 아닙니다. ReadCommitted,

RepeatableRead 또는

Serializable.

InvalidOperationException

메타데이터 저장소를 열거나 만들지 않았거나, 트랜잭션이 이미 시작되었습니다.

주의

이 메서드를 호출한 후 저장한 변경 내용은 CommitTransaction을 호출할 때까지 저장소에 커밋되지 않습니다.

참고 항목

참조

SqlMetadataStore 클래스
SqlMetadataStore 멤버
Microsoft.Synchronization.MetadataStorage 네임스페이스