Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULCommand オブジェクトが実行される ULTransaction オブジェクトを指定します。
Public Shadows Property Transaction As ULTransaction
public new ULTransaction Transaction {get;set;}
ULCommand オブジェクトが実行される ULTransaction オブジェクト。これは、ULCommand.Connection オブジェクトによって指定された接続の現在のトランザクションでなければなりません。デフォルト値は NULL 参照 (Visual Basic の Nothing) です。
トランザクションがコミットまたはロールバックされた後でコマンドを再使用する場合は、このプロパティをリセットする必要があります。
これは、System.Data.IDbCommand.Transaction と System.Data.Common.DbCommand.Transaction が厳密に型指定されたものです。