Share via


SqlScriptEditorControl.Disconnect Method

Disconnects the control.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Overrides Sub Disconnect
'Usage
Me.Disconnect()
protected override void Disconnect()
protected:
virtual void Disconnect() override
abstract Disconnect : unit -> unit  
override Disconnect : unit -> unit
protected override function Disconnect()

Remarks

Override this method to set the property with server number on language service so that colorization works correctly.

See Also

Reference

SqlScriptEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace