Share via


IDTSProperty100.SetValue Method

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.

See Also

Reference

IDTSProperty100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace