Partager via


InputDescriptor.Key, propriété

Obtient la chaîne qui identifie de façon unique l'entrée.

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

Syntaxe

'Déclaration
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

Valeur de propriété

Type : System.String
Touche de saisie.

Notes

Le générateur de données utilise la clé pour trouver l'entrée dans un dictionnaire de valeurs d'entrée.

Sécurité .NET Framework

Voir aussi

Référence

InputDescriptor Classe

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