ScriptAndResultsEditorControl.Dispose 메서드 (Boolean)

Closes the connections and cleans up any resources being used.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

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

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

매개 변수

  • bDisposing
    유형: System.Boolean
    A Boolean value that indicates whether object will be disposed.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

Dispose 오버로드

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스