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

适用于