Compartilhar via


Propriedade Generator.TargetType

Obtém ou define o tipo de dados de destino da coluna.

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

Sintaxe

'Declaração
<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 propriedade

Tipo: System.String
O tipo de dados de destino.

Comentários

Esta propriedade é decorada com o InputAttribute e o AutoAssignedInput chamado parâmetro.

Segurança do .NET Framework

Consulte também

Referência

Generator Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator

InputAttribute

AutoAssignedInput