Partager via


IDataSourceFieldSchema.Name Propriété

Définition

Obtient le nom du champ.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valeur de propriété

Nom du champ.

Remarques

Pour un DataColumn objet, la Name propriété correspond à la ColumnName propriété .

S’applique à

Voir aussi