IExplorerView.Deactivate Method
Deactivates the view that is detached from the current view control.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Sub Deactivate
'Usage
Dim instance As IExplorerView
instance.Deactivate()
void Deactivate()
void Deactivate()
abstract Deactivate : unit -> unit
function Deactivate()