Compartir a través de


DataItem.DataType Propiedad

Definición

Obtiene o establece el tipo del elemento DataItem actual.

[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

Valor de propiedad

Valor OleDbType con el tipo de DataItem.

Atributos

Comentarios

Aunque se usa la enumeración OLeDbType, solo se usan los siguientes valores: WChar, Integer, BigInt, Single, Double, Date, Currency,UnsignedTinyInt, UnsignedSmallInt, UnsignedInt, UnsignedBigInt, Bool, Smallint, Tinyint, Binary. El uso de otro OLeDbType provocará un error, en lugar de cualquier conversión implícita a uno de los tipos válidos.

Se aplica a