다음을 통해 공유


GetPropertyValue 메서드

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

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:  Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
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

매개 변수

반환 값

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