次の方法で共有


IDataSourceFieldSchema.Name プロパティ

定義

フィールドの名前を取得します。

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

プロパティ値

フィールドの名前。

注釈

オブジェクトの DataColumn 場合、 プロパティは Name プロパティに ColumnName 対応します。

適用対象

こちらもご覧ください