共用方式為


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.

請參閱

參考

DeploymentContributor 類別

Dispose 多載

Microsoft.SqlServer.Dac.Deployment 命名空間