IDTSProperty100.SetValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetValue ( _
pObject As Object, _
NewValue As Object _
)
'Usage
Dim instance As IDTSProperty100
Dim pObject As Object
Dim NewValue As Object
instance.SetValue(pObject, NewValue)
void SetValue(
Object pObject,
Object NewValue
)
void SetValue(
[InAttribute] Object^ pObject,
[InAttribute] Object^ NewValue
)
abstract SetValue :
pObject:Object *
NewValue:Object -> unit
function SetValue(
pObject : Object,
NewValue : Object
)