言語

IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32) メソッド

定義

プロパティ値を取得します。

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

パラメーター

pObject
Object

オブジェクトの性質です。

Index
Int32

インデックスです。

返品

オブジェクトプロパティの値。

注釈

詳細については、ManagedHelper.ManagedPropertyHelperを参照してください。

適用対象