AdoDotNetSchemaReader.GetItemType(Int32, DataItemTypeFormat) 方法

定义

检索指定索引处的数据项的数据类型以及指定的项类型格式。

public:
 override System::Object ^ GetItemType(int index, Microsoft::VisualStudio::Data::Services::SupportEntities::DataItemTypeFormat itemTypeFormat);
public override object GetItemType (int index, Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat itemTypeFormat);
override this.GetItemType : int * Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat -> obj
Public Overrides Function GetItemType (index As Integer, itemTypeFormat As DataItemTypeFormat) As Object

参数

index
Int32

字段中的索引,它指定要为其检索项类型格式的数据项。

itemTypeFormat
DataItemTypeFormat

DataItemTypeFormat指定数据项的数据类型格式的对象实例。

返回

Object

指定数据项的数据类型。

适用于