IDTSProperty100.SetValue(Object, Object) Method

Definition

Sets the value of the property.

public:
 void SetValue(System::Object ^ pObject, System::Object ^ NewValue);
[System.Runtime.InteropServices.DispId(3)]
public void SetValue (object pObject, object NewValue);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member SetValue : obj * obj -> unit
Public Sub SetValue (pObject As Object, NewValue As Object)

Parameters

pObject
Object

The object instance on which you want to set the value of the property.

NewValue
Object

The new value to which to set the property.

Attributes

Remarks

For more information, see DtsProperty.

Applies to