DbColumn.DataType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得儲存在資料行的資料類型。 在衍生類別中覆寫時,可以設定為 Type 物件,表示資料行中的資料類型。
public: property Type ^ DataType { public:
Type ^ get(); protected:
void set(Type ^ value); };
public Type? DataType { get; protected set; }
public Type DataType { get; protected set; }
member this.DataType : Type with get, set
Public Property DataType As Type
屬性值
Type 物件,表示資料行包含的資料類型。