Partager via


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

Initialise une nouvelle instance de la classe InputDescriptor.

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 _
)
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
)

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.

Sécurité .NET Framework

Voir aussi

Référence

InputDescriptor Classe

InputDescriptor, surcharge

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

InputDescriptor