Costruttore InputDescriptor (String, Type)

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

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

Parametri

  • key
    Tipo: System.String
    Chiave che identifica in modo univoco il valore di input.Per il generatore predefinito, questa chiave è il nome della proprietà.
  • type
    Tipo: System.Type
    Tipo di dati del valore di input.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InputDescriptor Classe

Overload InputDescriptor

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator

InputDescriptor