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을 사용하면 유효한 형식 중 하나로 암시적으로 변환하는 대신 오류가 발생합니다.

적용 대상