ConnectionSettingsOption2 Class

Corresponds to second connection-option page on the Tools menu, Options submenu.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      SQLWorkbenchToolsOptionsPage
        Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsPage<QueryExecutionSettings>
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
            Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOptionBase
              Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption2

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

Syntax

'Declaration
Public Class ConnectionSettingsOption2 _
    Inherits ConnectionSettingsOptionBase
'Usage
Dim instance As ConnectionSettingsOption2
public class ConnectionSettingsOption2 : ConnectionSettingsOptionBase
public ref class ConnectionSettingsOption2 : public ConnectionSettingsOptionBase
type ConnectionSettingsOption2 =  
    class
        inherit ConnectionSettingsOptionBase
    end
public class ConnectionSettingsOption2 extends ConnectionSettingsOptionBase

The ConnectionSettingsOption2 type exposes the following members.

Constructors

  Name Description
Public method ConnectionSettingsOption2 Initializes a new instance of the ConnectionSettingsOption2 class.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method AbortEditSettings Cancels the changes. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetOptionsDialogType Gets the dialog type of the options page. (Overrides SQLWBToolsOptionsPage<TOptions>.GetOptionsDialogType().)
Protected method GetService (Inherited from SQLWorkbenchToolsOptionsPage.)
Public method GetType (Inherited from Object.)
Public method GetWindow Retrieves the window that this options page uses. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadSettings Loads the settings from a file. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnActivate (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected method OnDeactivate Called when this option loses activation. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Public method SaveSettings Saves options page settings. (Inherited from ConnectionSettingsOptionBase.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Fields

  Name Description
Protected field guid (Inherited from SQLWorkbenchToolsOptionsPage.)
Protected field m_dlg User control that is shown in on one of the Tools menu, Options submenu tabs. (Inherited from SQLWBToolsOptionsPage<TOptions>.)
Protected field name (Inherited from SQLWorkbenchToolsOptionsPage.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.