DefaultDistributionDesigner 类
表示要在设计时与分布的数据生成器一起使用的默认生成器实现。
继承层次结构
System.Object
Microsoft.Data.Schema.Tools.DataGenerator.DefaultDistributionDesigner
命名空间: Microsoft.Data.Schema.Tools.DataGenerator
程序集: Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
Public Class DefaultDistributionDesigner _
Implements IDesigner
[CLSCompliantAttribute(true)]
public class DefaultDistributionDesigner : IDesigner
[CLSCompliantAttribute(true)]
public ref class DefaultDistributionDesigner : IDesigner
[<CLSCompliantAttribute(true)>]
type DefaultDistributionDesigner =
class
interface IDesigner
end
public class DefaultDistributionDesigner implements IDesigner
DefaultDistributionDesigner 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DefaultDistributionDesigner | 初始化 DefaultDistributionDesigner 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Description | 获取设计器的描述。 | |
Name | 获取设计器的名称。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetInputs | 在派生类中实现时,检索输入描述符的数组。 | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
Initialize | 使用所提供的设计器信息初始化分布设计器。 | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
OnInputChangeValidation | 当设计器中的输入属性的值更改时,会调用此方法。将调用此方法以验证设计器(包括新值)。在引发 OnInputValueChanged 事件前调用此方法。 | |
OnInputValueChanged | 设计器输入属性的值更改并已进行验证后发生。 | |
SetDefaultInputValues | 使用所提供的输入描述符数组设置输入属性的值。 | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
备注
在派生类中,在代码文件中具有 InputAttribute 的新属性被设计器视为输入参数。 拥有 OutputAttribute 的新属性在属性窗口中被视为输出参数。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Data.Schema.Tools.DataGenerator 命名空间
OutputAttribute