Share via


ScriptAndResultsEditorControl.m_connection Field

Cached connection that is associated with the window.

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

Syntax

'Declaration
Protected m_connection As IDbConnection
'Usage
Dim value As IDbConnection 

value = Me.m_connection 

Me.m_connection = value
protected IDbConnection m_connection
protected:
IDbConnection^ m_connection
val mutable m_connection: IDbConnection
protected var m_connection : IDbConnection

See Also

Reference

ScriptAndResultsEditorControl Class

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