次の方法で共有


IManagedConnection インターフェイス

定義

マネージド接続へのインターフェイスを指定します。

public interface class IManagedConnection : IDisposable
public interface IManagedConnection : IDisposable
type IManagedConnection = interface
    interface IDisposable
Public Interface IManagedConnection
Implements IDisposable
実装

プロパティ

Connection

マネージド接続を取得します。

メソッド

Close()

マネージド接続を閉じます。

適用対象