IDTSProperty100.SetValue(Object, Object) Method

Definition

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
NewValue
Object
Attributes

Remarks

For more information, see DtsProperty.

Applies to