次の方法で共有


DataItem.DataType プロパティ

定義

現在の DataItem の型を取得または設定します。

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public System.Data.OleDb.OleDbType DataType { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.DataType : System.Data.OleDb.OleDbType with get, set
Public Property DataType As OleDbType

プロパティ値

DataItem の型を持つ OleDbType 値。

属性

注釈

OLeDbType 列挙が使用されますが、有効な値は WChar、Integer、BigInt、Single、Double、Date、Currency、UnsignedTinyInt、UnsignedSmallInt、UnsignedInt、UnsignedBigInt、Bool、Smallint、Tinyint、Binary だけです。 他の OLeDbType を使用すると、いずれかの有効な型に暗黙的に変換されるのではなく、エラーになります。

適用対象