Partager via


OutputDescriptor.Name, propriété

Obtient ou définit le nom convivial de la sortie.

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 la sortie.

Notes

Ce nom s'affiche dans la colonne Sortie du générateur de la fenêtre Propriétés.

Sécurité .NET Framework

Voir aussi

Référence

OutputDescriptor Classe

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