Generator.TargetType 属性

获取或设置列的目标数据类型。

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

语法

声明
<InputAttribute(AutoAssignedInput := AutoAssignedInput.TargetType, Visible := False)> _
Public Property TargetType As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.TargetType, Visible = false)]
public string TargetType { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::TargetType, Visible = false)]
public:
property String^ TargetType {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.TargetType, Visible = false)>]
member TargetType : string with get, set
function get TargetType () : String
function set TargetType (value : String)

属性值

类型:System.String
目标数据类型。

备注

InputAttributeAutoAssignedInput 命名参数对该属性进行了修饰。

.NET Framework 安全性

请参见

参考

Generator 类

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

InputAttribute

AutoAssignedInput