EditorFactorySql Class
SQL editor factory.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
<GuidAttribute("B5A506EB-11BE-4782-9A18-21265C2CA0B4")> _
<ProvideMenuResourceAttribute("Menus.ctmenu", )> _
Public NotInheritable Class EditorFactorySql _
Inherits EditorFactoryBase
'Usage
Dim instance As EditorFactorySql
[GuidAttribute("B5A506EB-11BE-4782-9A18-21265C2CA0B4")]
[ProvideMenuResourceAttribute("Menus.ctmenu", )]
public sealed class EditorFactorySql : EditorFactoryBase
[GuidAttribute(L"B5A506EB-11BE-4782-9A18-21265C2CA0B4")]
[ProvideMenuResourceAttribute(L"Menus.ctmenu", )]
public ref class EditorFactorySql sealed : public EditorFactoryBase
[<SealedAttribute>]
[<GuidAttribute("B5A506EB-11BE-4782-9A18-21265C2CA0B4")>]
[<ProvideMenuResourceAttribute("Menus.ctmenu", )>]
type EditorFactorySql =
class
inherit EditorFactoryBase
end
public final class EditorFactorySql extends EditorFactoryBase
The EditorFactorySql type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EditorFactorySql | Initializes a new instance of the EditorFactorySql class. |
Top
Properties
Name | Description | |
---|---|---|
Cookie | Abstract handle in Visual Studio to be used to unregister this editor. (Inherited from EditorFactoryBase.) | |
EditorGuid | Gets the editor factory Guid. (Inherited from EditorFactoryBase.) |
Top
Methods
Name | Description | |
---|---|---|
CreateEditorInstance | Creates an instance of the editor. (Inherited from EditorFactoryBase.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
withEncoding | Boolean that indicates if the script uses encoding. (Inherited from EditorFactoryBase.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsEditorFactoryClose | Interop provider. (Inherited from EditorFactoryBase.) | |
IVsEditorFactoryCreateEditorInstance | The interop provider. (Inherited from EditorFactoryBase.) | |
IVsEditorFactoryMapLogicalView | Maps the logical view. (Inherited from EditorFactoryBase.) | |
IVsEditorFactorySetSite | Sets the site. (Inherited from EditorFactoryBase.) |
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