Sdílet prostřednictvím


InputDescriptor – konstruktor (String, Type, String, String)

Inicializuje novou instanci InputDescriptor Třída

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

Syntaxe

'Deklarace
Public Sub New ( _
    key As String, _
    type As Type, _
    name As String, _
    description As String _
)
public InputDescriptor(
    string key,
    Type type,
    string name,
    string description
)
public:
InputDescriptor(
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description
)
new : 
        key:string * 
        type:Type * 
        name:string * 
        description:string -> InputDescriptor
public function InputDescriptor(
    key : String, 
    type : Type, 
    name : String, 
    description : String
)

Parametry

  • key
    Typ: System.String
    Klíč, který jedinečně identifikuje vstupní hodnotu.Tento klíč je generátor výchozí název vlastnosti.
  • name
    Typ: System.String
    Popisný název vstup.Tento název se zobrazí v Vlastnosti okna.
  • description
    Typ: System.String
    Popis vstup.Tento popis se zobrazí v Vlastnosti okna.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InputDescriptor Třída

InputDescriptor – přetížení

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

InputDescriptor