DeploymentContributor.Dispose 메서드 (Boolean)
Releases the unmanaged resources used by the DeploymentContributor and optionally releases the managed resources.
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.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
true to release both managed and unmanaged resources; false to release only unmanaged resources.