Share via


DataItem.Type Proprietà

Definizione

Ottiene o imposta il tipo dell'elemento DataItem corrente.

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

Valore della proprietà

Valore DataItemType con il tipo di DataItem.

Attributi

Commenti

Sebbene l'enumerazione supporti tutti i valori di OLeDbType, solo i valori seguenti sono validi: WChar, Integer, BigInt, Single, Double, Currency,UnsignedTinyInt, UnsignedSmallInt, UnsignedInt, UnsignedBigInt, Bool, Smallint, Tinyint, Binary. L'uso di altri OLeDbType causerà un errore anziché una conversione implicita in uno dei tipi validi.

Si applica a