Freigeben über


InputDescriptor-Konstruktor (String, Type)

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

Syntax

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

Parameter

  • key
    Typ: System.String
    Der Schlüssel, der den Eingabewert eindeutig identifiziert.Für den Standardgenerator ist dieser Schlüssel der Eigenschaftenname.

.NET Framework-Sicherheit

Siehe auch

Referenz

InputDescriptor Klasse

InputDescriptor-Überladung

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

InputDescriptor