IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the property value.
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
Parameters
- pObject
- Object
The object property.
- Index
- Int32
The index.
Returns
The object property value.
Remarks
For more information, see ManagedHelper.ManagedPropertyHelper.