次の方法で共有


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 です。

適用対象