IManagedConnection インターフェイス

定義

管理された接続へのインターフェースを指定します。

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

プロパティ

名前 説明
Connection

マネージド接続を得られます。

メソッド

名前 説明
Close()

管理された接続を閉じます。

適用対象