IDataRecord.GetData メソッド
フィールドがさらにリモートの構造化データを指しているときに使用する IDataReader を取得します。
Function GetData( _
ByVal i As Integer _) As IDataReader
[C#]
IDataReader GetData(
inti);
[C++]
IDataReader* GetData(
inti);
[JScript]
function GetData(
i : int) : IDataReader;
パラメータ
- i
検索するフィールドのインデックス。
戻り値
フィールドがさらにリモートの構造化データを指しているときに使用する IDataReader 。
例外
例外の種類 | 条件 |
---|---|
IndexOutOfRangeException | 渡されたインデックスが 0 から FieldCount の範囲にありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET