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.
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.