Share via


Generator.TargetType Property

Gets or sets the target data type of the column.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.TargetType, Visible := False)> _
Public Property TargetType As String
[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)

Property Value

Type: System.String
The target data type.

Remarks

This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.

.NET Framework Security

See Also

Reference

Generator Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputAttribute

AutoAssignedInput