DesignerInit.Type 属性

更新:2007 年 11 月

获取或设置此设计器支持的分布或数据生成器的类型。

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

语法

声明
Public Property Type As Type
用法
Dim instance As DesignerInit
Dim value As Type

value = instance.Type

instance.Type = value
public Type Type { get; internal set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
public function get Type () : Type
public function set Type (value : Type)

属性值

类型:System.Type

包含此设计器支持的生成器类型的 Type

备注

One instance of a designer exists for each column that is included in the data generation plan. Type is the type of the data generator for the column that this designer supports.

对于用于数据生成计划中数字列的每个分布,同样存在一个设计器实例。在这种情况下,Type 是分布的类型。

权限

另请参见

参考

DesignerInit 类

DesignerInit 成员

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空间

DefaultGeneratorDesigner

DefaultDistributionDesigner

IDesigner