IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object) Method

Definition

Sets the property value associated with the helper.

public:
 void SetPropertyValue(System::Object ^ pObject, int Index, System::Object ^ vValue);
public void SetPropertyValue (object pObject, int Index, object vValue);
abstract member SetPropertyValue : obj * int * obj -> unit
Public Sub SetPropertyValue (pObject As Object, Index As Integer, vValue As Object)

Parameters

pObject
Object

The object.

Index
Int32

The index.

vValue
Object

The property value.

Remarks

For more information, see ManagedHelper.ManagedPropertyHelper.

Applies to