Partager via


InputDescriptor.Name, propriété

Obtient ou définit le nom convivial de 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 Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valeur de propriété

Type : System.String
Nom convivial de l'entrée.

Sécurité .NET Framework

Voir aussi

Référence

InputDescriptor Classe

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