GetValue メソッド
指定したフィールドの値を返します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
構文
'宣言
Function GetValue ( _
fieldIndex As Integer _
) As Object
'使用
Dim instance As IDataReader
Dim fieldIndex As Integer
Dim returnValue As Object
returnValue = instance.GetValue(fieldIndex)
Object GetValue(
int fieldIndex
)
Object^ GetValue(
int fieldIndex
)
abstract GetValue :
fieldIndex:int -> Object
function GetValue(
fieldIndex : int
) : Object
パラメーター
- fieldIndex
型: System. . :: . .Int32
検索するフィールドのインデックスです。
戻り値
型: System. . :: . .Object
指定したインデックスのフィールドの値です。