다음을 통해 공유


IDataReaderFieldProperties.GetPropertyValue(Int32, Int32) 메서드

정의

지정된 필드에 대한 지정된 속성의 이름을 반환합니다.

public:
 System::Object ^ GetPropertyValue(int fieldIndex, int propertyIndex);
public object GetPropertyValue (int fieldIndex, int propertyIndex);
abstract member GetPropertyValue : int * int -> obj
Public Function GetPropertyValue (fieldIndex As Integer, propertyIndex As Integer) As Object

매개 변수

fieldIndex
Int32

필드의 인덱스입니다.

propertyIndex
Int32

속성의 인덱스입니다.

반환

지정된 속성의 값을 포함하는 object입니다.

적용 대상