提供各种帮助器方法和属性以便于用户与 Visual Studio 中的窗口交互。
继承层次结构
System.Object
  Microsoft.Data.Schema.UserInteractionServices
    Microsoft.Data.Schema.Sql.SqlUserInteractionServices
命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public MustInherit Class UserInteractionServices
public abstract class UserInteractionServices
public ref class UserInteractionServices abstract
[<AbstractClass>]
type UserInteractionServices =  class end
public abstract class UserInteractionServices
UserInteractionServices 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | UserInteractionServices | 初始化 UserInteractionServices 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BatchSeparator | 获取在每批脚本之间插入的字符串。 | 
| .gif) | DatabaseSchemaProvider | 获取对当前 DatabaseSchemaProvider 的引用。 | 
| .gif) | DatabaseSchemaProviderDisplayName | 获取 DSP 的全名。 | 
| .gif) | DisplayableElementClasses | 获取 DSP 的 ModelSchema 中可显示元素类的列表。 | 
| .gif) | ProjectIcon | 获取特定 DSP 项目的图标。 | 
| .gif) | TransparentColor | 获取用于使位图某些部分变为透明的颜色。 | 
| .gif) .gif) | Unnamed | 获取“unnamed”的本地化 string。 | 
页首
方法
页首
字段
| 名称 | 说明 | |
|---|---|---|
| .gif) .gif) | SqlExtension | 返回“.sql”。 | 
页首
备注
您必须创建派生类来提供更适合特定版本的 DatabaseSchemaProvider 类的自定义值和功能。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)