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

适用于