Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
このトランザクションの独立性レベルを指定します。
Public ReadOnly Property SAIsolationLevel As SAIsolationLevel
public SAIsolationLevel SAIsolationLevel {get;}
このトランザクションの IsolationLevel。次のいずれかを指定してください。
Chaos
ReadCommitted
ReadOnlySnapshot
ReadUncommitted
RepeatableRead
Serializable
Snapshot
StatementSnapshot
Unspecified
デフォルトは ReadCommitted です。
並列トランザクションはサポートされていません。このため、IsolationLevel はトランザクション全体に適用されます。