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。次のいずれかを指定してください。
Unspecified
Chaos
ReadUncommitted
ReadCommitted
RepeatableRead
Serializable
Snapshot
StatementSnapshot
ReadOnlySnapshot
デフォルトは ReadCommitted です。
並列トランザクションはサポートされていません。このため、SAIsolationLevel はトランザクション全体に適用されます。