PipelineBuffer.Dispose 메서드 (Boolean)

Releases the unmanaged resources that are used by the PipelineBuffer, and optionally releases the managed resources.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
‘사용 방법
Dim disposing As Boolean 

Me.Dispose(disposing)
protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected function Dispose(
    disposing : boolean
)

매개 변수

  • disposing
    유형: System.Boolean
    A Boolean that specifies whether both managed and unmanaged resources are released. true to release both managed and unmanaged resources; false to release only unmanaged resources.

참고 항목

참조

PipelineBuffer 클래스

Dispose 오버로드

Microsoft.SqlServer.Dts.Pipeline 네임스페이스