SQLWBToolsOptionsPage<TOptions> Class

 

Represents a base class for all Management Studio pages on the Tools menu, Options submenu.

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


generic<typename TOptions>
public ref class SQLWBToolsOptionsPage : SQLWorkbenchToolsOptionsPage

NameDescription
System_CAPS_pubmethodSQLWBToolsOptionsPage<TOptions>(String^, Guid, IServiceProvider^)

Initializes a new instance of the SQLWBToolsOptionsPage<TOptions> class.

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodAbortEditSettings()

Cancels the changes.(Overrides SQLWorkbenchToolsOptionsPage::AbortEditSettings().)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetOptionsDialogType()

Gets the option's dialog box type.

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWindow()

Retrieves the window that this options page uses.(Overrides SQLWorkbenchToolsOptionsPage::GetWindow().)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodLoadSettings()

Loads the settings from a file.(Overrides SQLWorkbenchToolsOptionsPage::LoadSettings().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodOnDeactivate()

Called when this option loses activation.(Overrides SQLWorkbenchToolsOptionsPage::OnDeactivate().)

System_CAPS_pubmethodSaveSettings()

Saves Options page settings.(Overrides SQLWorkbenchToolsOptionsPage::SaveSettings().)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_protfieldm_dlg

User control that is shown in on one of the Tools menu, Options submenu tabs.

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

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

Return to top
Show: