次の方法で共有


CommitFailureHandler.Dispose メソッド (Boolean)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

このトランザクション オブジェクトが使用しているリソースを解放します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")> _
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
'使用
Dim disposing As Boolean 

Me.Dispose(disposing)
[SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")]
protected override void Dispose(
    bool disposing
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1031:DoNotCatchGeneralExceptionTypes")]
protected:
virtual void Dispose(
    bool disposing
) override
[<SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")>]
abstract Dispose : 
        disposing:bool -> unit 
[<SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")>]
override Dispose : 
        disposing:bool -> unit
protected override function Dispose(
    disposing : boolean
)

パラメーター

  • disposing
    型 : System.Boolean
    マネージ リソースとアンマネージ リソースの両方を解放する場合は true。アンマネージ リソースのみを解放する場合は false。

参照

参照

CommitFailureHandler クラス

Dispose オーバーロード

System.Data.Entity.Infrastructure 名前空間