描述SQL Server模型元素,但不会实例存储区中。
继承层次结构
System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptor
    Microsoft.Data.Schema.Sql.SchemaModel.SqlPotentialElementDescriptor
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Class SqlElementDescriptor
public class SqlElementDescriptor
public ref class SqlElementDescriptor
type SqlElementDescriptor =  class end
public class SqlElementDescriptor
SqlElementDescriptor 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | SqlElementDescriptor(array<String[]) | 初始化 SqlElementDescriptor 类的新实例。 | 
| .gif) | SqlElementDescriptor(Type, IEnumerable<String>) | 初始化 SqlElementDescriptor 类的新实例。 | 
| .gif) | SqlElementDescriptor(Type, array<String[]) | 初始化 SqlElementDescriptor 类的新实例。 | 
| .gif) | SqlElementDescriptor(Type, SqlElementDescriptorVolatility, IEnumerable<String>) | 初始化 SqlElementDescriptor 类的新实例。 | 
| .gif) | SqlElementDescriptor(Type, SqlElementDescriptorVolatility, array<String[]) | 初始化 SqlElementDescriptor 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ElementType | 获取元素的类型。 | 
| .gif) | ExternalReferenceParts | 获取元素名称的外部部分。 | 
| .gif) | Identifiers | 获取元素名称的各部分。 | 
| .gif) | IgnoreName | 获取或设置一个值,该值指示是否忽略此描述符的名称。 | 
| .gif) | IsEmpty | 获取一个值,该值指示描述符是否为空(不包含标识符)。 | 
| .gif) | IsVolatile | 获取一个值,该值指示此描述符是否对应于波动元素。 | 
| .gif) | Volatility | 获取元素波动性。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | AddExternalNameParts(IEnumerable<String>) | 将一个或多个外部名称部分添加到元素描述符中。 | 
| .gif) | AddExternalNameParts(array<String[]) | 将一个或多个外部名称部分添加到元素描述符中。 | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。