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 | |
---|---|---|
MultiServerResultsSettingsOption | Initializes a new instance of the [T::Microsoft.SqlServer.Management.UI.VSIntegration.Editors.MultiServerResultsSettingsOption] class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
GridAccessibleDescription | Gets the Multi-Sampling Anti-Aliasing (MSAA) description for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleDescription.) | |
GridAccessibleName | Gets the Multi-Sampling Anti-Aliasing (MSAA) name for this control. (Overrides PropertyGridToolsOptionPageGridAccessibleName.) | |
HelpID | Gets the help identifier for the options page (Overrides PropertyGridToolsOptionPageHelpID.) | |
OptionsData | Gets the data object corresponding to the Multiserver Results option. (Overrides PropertyGridToolsOptionPageOptionsData.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
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