Proprietà Generator.TargetType

Ottiene o imposta il tipo di dati di destinazione della colonna.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: System.String
Tipo di dati di destinazione.

Note

Questa proprietà viene decorata con i parametri denominati InputAttribute e AutoAssignedInput.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Generator Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator

InputAttribute

AutoAssignedInput