IDataSourceFieldSchema.Name 属性

定义

获取字段名。

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

属性值

String

字段的名称。

注解

对于 DataColumn 对象, Name 属性对应于 ColumnName 属性。

适用于

另请参阅