IDataReader.GetFieldType メソッド
GetValue から返されるオブジェクトの種類に対応する Type 情報を取得します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Function GetFieldType ( _
fieldIndex As Integer _
) As Type
'使用
Dim instance As IDataReader
Dim fieldIndex As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(fieldIndex)
Type GetFieldType(
int fieldIndex
)
Type^ GetFieldType(
int fieldIndex
)
abstract GetFieldType :
fieldIndex:int -> Type
function GetFieldType(
fieldIndex : int
) : Type
パラメーター
- fieldIndex
型: System.Int32
検索するフィールドのインデックスです。
戻り値
型: System.Type
GetValue から返される Object の種類に対応する Type 情報です。
説明
例外
例外の種類 |
条件 |
---|---|
IndexOutOfRangeException |
渡されたインデックスは、0 から FieldCount の範囲外でした。 |