SQLWBToolsOptionsPage<TOptions>.OnDeactivate 메서드

Called when this option loses activation.

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

구문

‘선언
Protected Overrides Function OnDeactivate As Boolean
‘사용 방법
Dim returnValue As Boolean 

returnValue = Me.OnDeactivate()
protected override bool OnDeactivate()
protected:
virtual bool OnDeactivate() override
abstract OnDeactivate : unit -> bool  
override OnDeactivate : unit -> bool
protected override function OnDeactivate() : boolean

반환 값

유형: System.Boolean
A Boolean value that indicates the result of the operation, True if deactivated.

참고 항목

참조

SQLWBToolsOptionsPage<TOptions> 클래스

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