Share via


DataItem.DataType Propriété

Définition

Obtient ou définit le type de l’élément DataItem actuel.

[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

Valeur de propriété

Valeur OleDbType avec le type DataItem.

Attributs

Remarques

Bien que l’énumération OLeDbType soit utilisée, seules les valeurs suivantes sont valides : WChar, Integer, BigInt, Single, Double, Date, Currency,UnsignedTinyInt, UnsignedSmallInt, UnsignedInt, UnsignedBigInt, Bool, Smallint, Tinyint, Binary. L’utilisation d’autres OLeDbType génère une erreur, au lieu d’une conversion implicite vers l’un des types valides.

S’applique à