Partager via


InputDescriptor, constructeur (String, Type, String, String, AutoAssignedInput, Type, Type)

Initialise une nouvelle instance de la classe InputDescriptor à l'aide des paramètres fournis.

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

Syntaxe

'Déclaration
Public Sub New ( _
    key As String, _
    type As Type, _
    name As String, _
    description As String, _
    inputType As AutoAssignedInput, _
    typeConverter As Type, _
    uiTypeEditor As Type _
)
public InputDescriptor(
    string key,
    Type type,
    string name,
    string description,
    AutoAssignedInput inputType,
    Type typeConverter,
    Type uiTypeEditor
)
public:
InputDescriptor(
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description, 
    AutoAssignedInput inputType, 
    Type^ typeConverter, 
    Type^ uiTypeEditor
)
new : 
        key:string * 
        type:Type * 
        name:string * 
        description:string * 
        inputType:AutoAssignedInput * 
        typeConverter:Type * 
        uiTypeEditor:Type -> InputDescriptor
public function InputDescriptor(
    key : String, 
    type : Type, 
    name : String, 
    description : String, 
    inputType : AutoAssignedInput, 
    typeConverter : Type, 
    uiTypeEditor : Type
)

Paramètres

  • key
    Type : System.String
    Clé qui identifie de façon unique la valeur d'entrée.Pour le générateur par défaut, il s'agit du nom de la propriété.
  • type
    Type : System.Type
    Type de données de la valeur d'entrée.
  • name
    Type : System.String
    Nom convivial de l'entrée.Ce nom apparaît dans la fenêtre Propriétés.
  • description
    Type : System.String
    Description de l'entrée.Cette description apparaît dans la fenêtre Propriétés.
  • typeConverter
    Type : System.Type
    Type du convertisseur de type à utiliser pour cette entrée.Un convertisseur de type est utilisé pour afficher une liste déroulante dans la fenêtre Propriétés.

Notes

Le paramètre inputType peut avoir n'importe lequel des types d'entrée connus définis par AutoAssignedInput, lesquels incluent Seed(), Nullable(), PercentageNull(), Unique(), etc.

Sécurité .NET Framework

Voir aussi

Référence

InputDescriptor Classe

InputDescriptor, surcharge

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

InputDescriptor

AutoAssignedInput