AdoDotNetReader.GetItemType(Int32, DataItemTypeFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定格式的指定索引处的数据项或项的数据类型。
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 。
返回
以指定格式指定索引处的项的数据类型。