Share via


ScriptAndResultsEditorControl.m_connectionToUse Field

Connection information that should be applied to the window after it is fully initialized, unless it is stamped with another connection.

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

Syntax

'Declaration
Protected m_connectionToUse As CurrentlyActiveWndConnectionInfo
'Usage
Dim value As CurrentlyActiveWndConnectionInfo 

value = Me.m_connectionToUse 

Me.m_connectionToUse = value
protected CurrentlyActiveWndConnectionInfo m_connectionToUse
protected:
CurrentlyActiveWndConnectionInfo^ m_connectionToUse
val mutable m_connectionToUse: CurrentlyActiveWndConnectionInfo
protected var m_connectionToUse : CurrentlyActiveWndConnectionInfo

See Also

Reference

ScriptAndResultsEditorControl Class

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