EditorFactorySql 클래스

SQL editor factory.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
<GuidAttribute("B5A506EB-11BE-4782-9A18-21265C2CA0B4")> _
<ProvideMenuResourceAttribute("Menus.ctmenu", )> _
Public NotInheritable Class EditorFactorySql _
    Inherits EditorFactoryBase
‘사용 방법
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

EditorFactorySql 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 EditorFactorySql Initializes a new instance of the EditorFactorySql class.

맨 위로 이동

속성

  이름 설명
공용 속성 Cookie Abstract handle in Visual Studio to be used to unregister this editor. (EditorFactoryBase에서 상속됨)
공용 속성 EditorGuid Gets the editor factory Guid. (EditorFactoryBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CreateEditorInstance Creates an instance of the editor. (EditorFactoryBase에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드 withEncoding Boolean that indicates if the script uses encoding. (EditorFactoryBase에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryClose Interop provider. (EditorFactoryBase에서 상속됨)
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryCreateEditorInstance The interop provider. (EditorFactoryBase에서 상속됨)
명시적 인터페이스 구현전용 메서드 IVsEditorFactoryMapLogicalView Maps the logical view. (EditorFactoryBase에서 상속됨)
명시적 인터페이스 구현전용 메서드 IVsEditorFactorySetSite Sets the site. (EditorFactoryBase에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스