ScriptAndResultsEditorControl.m_connectionInfoList Field
Cached connection info that is used in communication with the connection dialog box.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected m_connectionInfoList As UIConnectionGroupInfo
'Usage
Dim value As UIConnectionGroupInfo
value = Me.m_connectionInfoList
Me.m_connectionInfoList = value
protected UIConnectionGroupInfo m_connectionInfoList
protected:
UIConnectionGroupInfo^ m_connectionInfoList
val mutable m_connectionInfoList: UIConnectionGroupInfo
protected var m_connectionInfoList : UIConnectionGroupInfo
See Also
Reference
ScriptAndResultsEditorControl Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace