IVsDataReaderDescriptor 接口

定义

表示用于解释数据源中的数据格式的方法。

public interface class IVsDataReaderDescriptor
public interface IVsDataReaderDescriptor
type IVsDataReaderDescriptor = interface
Public Interface IVsDataReaderDescriptor
派生

属性

ItemCount

获取此数据读取器的当前数据块中的项数。

方法

GetItemIndex(String)

检索与当前数据读取器的指定数据项名称对应的索引。

GetItemMaxLength(Int32)

检索当前数据读取器指定索引处数据项的最大长度(以字符为单位)。

GetItemName(Int32)

检索此数据读取器中指定索引处分配给数据项的名称。

GetItemType(Int32)

检索数据项或指定索引处的数据项的数据类型。

GetItemType(Int32, DataItemTypeFormat)

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

适用于