SQLWBToolsOptionsPage<TOptions>.m_dlg Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User control that is shown in on one of the Tools menu, Options submenu tabs.
protected: Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ToolsOptionsBaseControl<TOptions> ^ m_dlg;
protected Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ToolsOptionsBaseControl<TOptions> m_dlg;
val mutable m_dlg : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ToolsOptionsBaseControl<'Options>
Protected m_dlg As ToolsOptionsBaseControl(Of TOptions)