다음을 통해 공유


IDataReader.GetValue 메서드

Return the value of the specified field.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.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
    The index of the field to find.

반환 값

유형: System.Object
The value of the field at the specified index.

주의

Exceptions

Exception type

Condition

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.

참고 항목

참조

IDataReader 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스