次の方法で共有


MetaColumn.ColumnType プロパティ

定義

データ フィールドの型を取得します。

public:
 property Type ^ ColumnType { Type ^ get(); };
public Type ColumnType { get; }
member this.ColumnType : Type
Public ReadOnly Property ColumnType As Type

プロパティ値

Type

データ フィールドの型。

注釈

プロパティは、 ColumnType データフィールドの共通言語ランタイム (CLR) 型を返します。

適用対象