IDTSProperty100.SetValue(Object, 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 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.