IDataReaderFieldProperties.GetPropertyValue(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定字段的指定属性的名称。
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
。