Share via


SqlScriptEditorControl.disconnectAfterQuery Field

If True, disconnects after query executes.

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

Syntax

'Declaration
Protected disconnectAfterQuery As Boolean
'Usage
Dim value As Boolean 

value = Me.disconnectAfterQuery 

Me.disconnectAfterQuery = value
protected bool disconnectAfterQuery
protected:
bool disconnectAfterQuery
val mutable disconnectAfterQuery: bool
protected var disconnectAfterQuery : boolean

See Also

Reference

SqlScriptEditorControl Class

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