Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
トランザクションオブジェクトを返します。
Public Function BeginTransaction( ByVal isolationLevel As SAIsolationLevel ) As SATransaction
public SATransaction BeginTransaction(SAIsolationLevel isolationLevel)
isolationLevel SAIsolationLevel 列挙のメンバー。デフォルト値は ReadCommitted です。
新しいトランザクションを表す SATransaction オブジェクト。
トランザクションオブジェクトに関連付けられているコマンドは、単一のトランザクションとして実行されます。トランザクションは、Commit メソッドまたは Rollback メソッドへの呼び出しで終了します。
コマンドをトランザクションオブジェクトに関連付けるには、SACommand.Transaction プロパティを使用します。
詳細については、Transaction 処理を参照してください。
詳細については、典型的な矛盾のケースを参照してください。