다음을 통해 공유


IDataReaderFieldProperties.GetPropertyValue 메서드

Returns the name of a specified property for a specified field.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Function GetPropertyValue ( _
    fieldIndex As Integer, _
    propertyIndex As Integer _
) As Object
‘사용 방법
Dim instance As IDataReaderFieldProperties 
Dim fieldIndex As Integer 
Dim propertyIndex As Integer 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(fieldIndex, _
    propertyIndex)
Object GetPropertyValue(
    int fieldIndex,
    int propertyIndex
)
Object^ GetPropertyValue(
    int fieldIndex, 
    int propertyIndex
)
abstract GetPropertyValue : 
        fieldIndex:int * 
        propertyIndex:int -> Object
function GetPropertyValue(
    fieldIndex : int, 
    propertyIndex : int
) : Object

매개 변수

  • propertyIndex
    유형: System.Int32
    The index of the property.

반환 값

유형: System.Object
An object containing the value of the specified property.

참고 항목

참조

IDataReaderFieldProperties 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스