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