Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the value of the property.
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
)
Parameters
- pObject
Type: System.Object
The object instance on which you want to set the value of the property.
- NewValue
Type: System.Object
The new value to which to set the property.
Remarks
For more information, see DtsProperty.