ShowPlanEditorFactory 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ShowPlanEditor 工厂。
public ref class ShowPlanEditorFactory sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::EditorFactoryBase
[System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")]
public sealed class ShowPlanEditorFactory : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
[<System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")>]
type ShowPlanEditorFactory = class
inherit EditorFactoryBase
Public NotInheritable Class ShowPlanEditorFactory
Inherits EditorFactoryBase
- 继承
- 属性
构造函数
ShowPlanEditorFactory() |
初始化 ShowPlanEditorFactory 类的新实例。 |
字段
editorGuid |
编辑器的 Guid。 (继承自 EditorFactoryBase) |
withEncoding |
指示该脚本是否使用编码的布尔值。 (继承自 EditorFactoryBase) |
属性
Cookie |
Visual Studio 中用于注销此编辑器的抽象句柄。 (继承自 EditorFactoryBase) |
EditorGuid |
获取编辑器工厂 Guid。 (继承自 EditorFactoryBase) |
方法
CreateEditorInstance(IServiceProvider, Boolean, String) |
创建编辑器的实例。 (继承自 EditorFactoryBase) |