Partager via


Generator.TargetType, propriété

Obtient ou définit le type de données cible de la colonne.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : System.String
Type de données cible.

Notes

Cette propriété est décorée avec l'attribut InputAttribute et le paramètre nommé AutoAssignedInput.

Sécurité .NET Framework

Voir aussi

Référence

Generator Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

InputAttribute

AutoAssignedInput