Share via


MultiServerResultsSettingsOption Class

Corresponds to the Multiserver Results option page on the Tools menu, Options submenu.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      SQLWorkbenchToolsOptionsPage
        PropertyGridToolsOptionPage
          Microsoft.SqlServer.Management.UI.VSIntegration.Editors.MultiServerResultsSettingsOption

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

Syntax

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

The MultiServerResultsSettingsOption type exposes the following members.

Constructors

  Name Description
Public method MultiServerResultsSettingsOption Initializes a new instance of the [T::Microsoft.SqlServer.Management.UI.VSIntegration.Editors.MultiServerResultsSettingsOption] 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.)
Protected property GridAccessibleDescription Gets the Multi-Sampling Anti-Aliasing (MSAA) description for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleDescription.)
Protected property GridAccessibleName Gets the Multi-Sampling Anti-Aliasing (MSAA) name for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleName.)
Protected property HelpID Gets the help identifier for the options page (Overrides PropertyGridToolsOptionPageHelpID.)
Protected property OptionsData Gets the data object corresponding to the Multiserver Results option. (Overrides PropertyGridToolsOptionPageOptionsData.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CreateObjRef Security Critical. (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 Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

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.

See Also

Reference

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