다음을 통해 공유


OlapConnectionProperties.Dispose 메서드 (Boolean)

Releases the unmanaged resources used by the OlapConnectionProperties and optionally releases the managed resources.

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

구문

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

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

매개 변수

  • disposing
    유형: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

참고 항목

참조

OlapConnectionProperties 클래스

Dispose 오버로드

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스