IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object) 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.
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.