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;}
此事务的 SAIsolationLevel。此类型可以是以下各项之一:
未指定
Chaos
ReadUncommitted
ReadCommitted
RepeatableRead
Serializable
Snapshot
StatementSnapshot
ReadOnlySnapshot
缺省值是 ReadCommitted。
不支持并行事务。因此,SAIsolationLevel 将应用于整个事务。