共用方式為


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)

使用指定的格式,擷取位於指定索引處之數據項或數據項的數據類型。

適用於