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 property value associated with the helper.
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
- o
Type: System.Object
The object.
- index
Type: System.Int32
The index.
- value
Type: System.Object
The value.
Implements
IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object)