SQL Server 2008 的用户交互服务。
继承层次结构
System.Object
  Microsoft.Data.Schema.UserInteractionServices
    Microsoft.Data.Schema.Sql.SqlUserInteractionServices
      Microsoft.Data.Schema.Sql.Sql100UserInteractionServices
命名空间:  Microsoft.Data.Schema.Sql
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public NotInheritable Class Sql100UserInteractionServices _
    Inherits SqlUserInteractionServices
public sealed class Sql100UserInteractionServices : SqlUserInteractionServices
public ref class Sql100UserInteractionServices sealed : public SqlUserInteractionServices
[<Sealed>]
type Sql100UserInteractionServices =  
    class
        inherit SqlUserInteractionServices
    end
public final class Sql100UserInteractionServices extends SqlUserInteractionServices
Sql100UserInteractionServices 类型公开以下成员。
属性
页首
方法
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetDisplayName(ModelIdentifier, Boolean, Boolean) | 返回标识符的显示名称,同时指定是否对名称使用转义字符、提供全名还是缩写形式。 (继承自 UserInteractionServices。) | 
| .gif) | GetDisplayName(ModelIdentifier, Boolean, Boolean, Int32) | 返回标识符的显示名称。 (继承自 UserInteractionServices。) | 
| .gif) | GetElementName(IModelElement, ElementNameStyle) | 返回指定元素的元素名称。 (继承自 UserInteractionServices。) | 
| .gif) | GetElementName(IModelElement, Boolean, Boolean, Boolean) | 返回指定模型元素的元素名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetElementName(IModelElement, Boolean, Boolean, Boolean, Int32) | 返回指定元素的元素名称。 (继承自 UserInteractionServices。) | 
| .gif) | GetElementTypeDescription | 返回元素类型描述。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetErrorMessageName | 返回指定错误消息的名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetEscapedNameString | 返回转义名称字符串。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetFileExtension | 返回指定 ModelElementClass 的文件扩展名。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetFolderIcon | 返回根据所提供的样式指示选择的位图图标。 (继承自 UserInteractionServices。) | 
| .gif) | GetFolderName | 返回指定 ModelElementClass 的文件夹名。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetIcon(IModelElement) | 返回 UI 中要用于匹配所提供元素的图标的位图。 (继承自 UserInteractionServices。) | 
| .gif) | GetIcon(ModelElementClass) | 返回 UI 中要用于匹配所提供元素的图标的位图。 (继承自 UserInteractionServices。) | 
| .gif) | GetIcon(IModelElement, ElementIconState) | 返回 UI 中要用于匹配所提供元素的图标的位图以及图标状态。 (继承自 UserInteractionServices。) | 
| .gif) | GetIcon(ModelElementClass, ElementIconState) | 返回指定 ModelElementClass 和状态的图标。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetInlineConstraintElementName | 返回指定内联约束的名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) .gif) | GetInstance | 返回 Sql100UserInteractionServices 的单一实例。 | 
| .gif) | GetNameString | 返回名称,并将字符串转义(如有相应要求)。 (继承自 UserInteractionServices。) | 
| .gif) | GetParameterName | 获取指定参数的名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetProcedureName | 获取指定存储过程的名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetRelatedElementTypeDescription | 返回处于所提供关系中的相关对象的描述。 (继承自 UserInteractionServices。) | 
| .gif) | GetSqlCollations | 返回 SQL Server 排序规则。 (继承自 SqlUserInteractionServices。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | GetTypeSpecifierName | 获取指定类型说明符的名称。 (继承自 SqlUserInteractionServices。) | 
| .gif) | Initialize | 初始化方法,以设置 UIInfo 和接口类型映射。 (继承自 SqlUserInteractionServices。) | 
| .gif) | InitializeInterfaceUIInfoMap | 将接口添加到 UIInfo 映射。 (继承自 SqlUserInteractionServices。) | 
| .gif) | MakeIconTransparent | 使用 TransparentColor 属性的值使所提供的图标变为透明。 (继承自 UserInteractionServices。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
| .gif) | TryConstructConnectionStringAndProvider | 用于获取 SQL Server 特定的连接字符串和 SQL Server 提供程序 (继承自 SqlUserInteractionServices。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Data.Schema.Sql 命名空间