DtsProperty.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 ^ o, System::Object ^ value);
public void SetValue (object o, object value);
member this.SetValue : obj * obj -> unit
Public Sub SetValue (o As Object, value As Object)
Parameters
- o
- Object
The object instance on which you want to set the value of the property.
- value
- Object
The value to which to set the property.