Generator.TargetType (Propiedad)

Obtiene o establece el tipo de datos de destino de la columna.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: System.String
Tipo de datos de destino.

Comentarios

Esta propiedad se decora con los parámetros con nombre InputAttribute y AutoAssignedInput.

Seguridad de .NET Framework

Vea también

Referencia

Generator Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

InputAttribute

AutoAssignedInput