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 将应用于整个事务。