OracleTransaction.Connection プロパティ

定義

トランザクションに関連付けられている OracleConnection オブジェクトを指定します。

public:
 property System::Data::OracleClient::OracleConnection ^ Connection { System::Data::OracleClient::OracleConnection ^ get(); };
public System.Data.OracleClient.OracleConnection Connection { get; }
member this.Connection : System.Data.OracleClient.OracleConnection
Public ReadOnly Property Connection As OracleConnection

プロパティ値

トランザクションに関連付けられている OracleConnection オブジェクト。

注釈

1 つのアプリケーションに複数のデータ ソース接続があり、それぞれが 0 個以上のトランザクションを持つ場合があります。 このプロパティにより、特定のトランザクションに関連付けられている接続オブジェクトを決定することができます。

適用対象