PropertyPagesGuids Class

Contains Guid objects of Tools menu, Options submenu property pages implemented by this assembly.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.PropertyPagesGuids

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

Syntax

'Declaration
Public Class PropertyPagesGuids
'Usage
Dim instance As PropertyPagesGuids
public class PropertyPagesGuids
public ref class PropertyPagesGuids
type PropertyPagesGuids =  class end
public class PropertyPagesGuids

The PropertyPagesGuids type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member AnalysisServicesExecutionOptionsPageGuid The Guid for Analysis Services Execution Options page under the Tools menu, Options submenu.
Public fieldStatic member AnalysisServicesResultsOptionsPageGuid The Guid for Analysis Services Results Options page under the Tools menu, Options submenu.
Public fieldStatic member SqlEnvironmentKeyboardOptions The Guid for Sql Environment keyboard Options page under the Tools menu, Options submenu.
Public fieldStatic member SqlEnvironmentOptions The Guid for Sql Environment Options page under the Tools menu, Options submenu.
Public fieldStatic member SqlExecutionAdvancedPageGuid The Guid for Advanced Execution page under the Tools menu, Options submenu.
Public fieldStatic member SqlExecutionAnsiPageGuid The Guid for Ansi Execution page under the Tools menu, Options submenu.
Public fieldStatic member SqlExecutionGeneralPageGuid The Guid for General Execution page under the Tools menu, Options submenu.
Public fieldStatic member SqlMultiServerResultsPageGuid The Guid for Multi Server Results page under the Tools menu, Options submenu.
Public fieldStatic member SqlResultsGeneralPageGuid The Guid for General Results page under the Tools menu, Options submenu.
Public fieldStatic member SqlResultsToGridPageGuid The Guid for Grid Results page under the Tools menu, Options submenu.
Public fieldStatic member SqlResultsToTextPageGuid The Guid for the Text Results page.
Public fieldStatic member TextEditorTabAndStatusBarPageGuid The Text Editor Tab and Status bar page Guid.

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.