IDataRecord.GetData 方法

获取将在字段指向更多的远程结构化数据时使用的 IDataReader

**命名空间:**System.Data
**程序集:**System.Data(在 system.data.dll 中)

语法

声明
Function GetData ( _
    i As Integer _
) As IDataReader
用法
Dim instance As IDataRecord
Dim i As Integer
Dim returnValue As IDataReader

returnValue = instance.GetData(i)
IDataReader GetData (
    int i
)
IDataReader^ GetData (
    int i
)
IDataReader GetData (
    int i
)
function GetData (
    i : int
) : IDataReader

参数

  • i
    要查找的字段的索引。

返回值

将在字段指向更多的远程结构化数据时使用的 IDataReader

异常

异常类型 条件

IndexOutOfRangeException

传递的索引位于 0 至 FieldCount 的范围之外。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

IDataRecord 接口
IDataRecord 成员
System.Data 命名空间