Sdílet prostřednictvím


Generator.TargetType – vlastnost

Získá nebo nastaví datový typ cílového sloupce.

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Typ dat cíl.

Poznámky

Tato vlastnost je dekorován InputAttribute a AutoAssignedInput s názvem parametru.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

Generator Třída

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů

InputAttribute

AutoAssignedInput