Partager via


OutputDescriptor, constructeur (String, Type, String, String)

Initialise une nouvelle instance de la classe OutputDescriptor à l'aide de la clé, du type de données, du nom et de la description 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 _
)
public OutputDescriptor(
    string key,
    Type type,
    string name,
    string description
)
public:
OutputDescriptor(
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description
)
new : 
        key:string * 
        type:Type * 
        name:string * 
        description:string -> OutputDescriptor
public function OutputDescriptor(
    key : String, 
    type : Type, 
    name : String, 
    description : String
)

Paramètres

  • key
    Type : System.String
    Clé qui est utilisée pour identifier de façon unique la valeur de sortie.Pour le concepteur par défaut, il s'agit du nom de la propriété.
  • type
    Type : System.Type
    Type de données de la sortie.

Sécurité .NET Framework

Voir aussi

Référence

OutputDescriptor Classe

OutputDescriptor, surcharge

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

OutputDescriptor