次の方法で共有


DataItem.DataType プロパティ

現在の DataItem の型を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DataType As OleDbType 
    Get 
    Set
'使用
Dim instance As DataItem 
Dim value As OleDbType 

value = instance.DataType

instance.DataType = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design")]
public OleDbType DataType { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property OleDbType DataType {
    OleDbType get ();
    void set (OleDbType value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemDataTypePropertyTypeConverter, Microsoft.AnalysisServices.Design")>]
member DataType : OleDbType with get, set
function get DataType () : OleDbType 
function set DataType (value : OleDbType)

プロパティ値

型: System.Data.OleDb.OleDbType
DataItem の型を表す OleDbType 値です。

説明

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

関連項目

参照

DataItem クラス

Microsoft.AnalysisServices 名前空間