OutputDescriptor 类

描述数据生成器的单个输出。

继承层次结构

System.Object
  Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
<CLSCompliantAttribute(True)> _
Public NotInheritable Class OutputDescriptor _
    Implements IXmlSerializable
[CLSCompliantAttribute(true)]
public sealed class OutputDescriptor : IXmlSerializable
[CLSCompliantAttribute(true)]
public ref class OutputDescriptor sealed : IXmlSerializable
[<Sealed>]
[<CLSCompliantAttribute(true)>]
type OutputDescriptor =  
    class
        interface IXmlSerializable
    end
public final class OutputDescriptor implements IXmlSerializable

OutputDescriptor 类型公开以下成员。

构造函数

  名称 说明
公共方法 OutputDescriptor() 初始化 OutputDescriptor 类的新实例。
公共方法 OutputDescriptor(String, Type) 使用所提供的键和数据类型初始化 OutputDescriptor 类的新实例。
公共方法 OutputDescriptor(String, Type, String, String) 使用所提供的键、数据类型、名称和描述初始化 OutputDescriptor 类的新实例。

页首

属性

  名称 说明
公共属性 DBTypeExtension 获取或设置数据库类型扩展属性。
公共属性 Description 获取或设置输出的描述。
公共属性 Key 获取或设置唯一标识输出的键。
公共属性 Name 获取或设置输出的友好名称。
公共属性 Type 获取输出的数据类型。

页首

方法

  名称 说明
公共方法 Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IXmlSerializable.GetSchema
显式接口实现私有方法 IXmlSerializable.ReadXml
显式接口实现私有方法 IXmlSerializable.WriteXml

页首

备注

输出说明符对应于数据生成器产生的输出。 输出显示在**“列详细信息”窗口上的“生成器输出”**列中,用户可以在该窗口中查看和选择这些输出。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

InputDescriptor

GetOutputValue()

OutputAttribute

InputDescriptor

其他资源

如何:将输出属性添加到数据生成器

演练:创建自定义数据生成器