Share via


ManagedHelper.ManagedPropertyHelper.SetPropertyValue Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub SetPropertyValue ( _
    o As Object, _
    index As Integer, _
    value As Object _
)
'Usage
Dim instance As ManagedHelper..::..ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim value As Object

instance.SetPropertyValue(o, index, value)
public void SetPropertyValue(
    Object o,
    int index,
    Object value
)
public:
virtual void SetPropertyValue(
    Object^ o, 
    int index, 
    Object^ value
) sealed
abstract SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit 
override SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit 
public final function SetPropertyValue(
    o : Object, 
    index : int, 
    value : Object
)

Parameters

Implements

IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object)