Share via


ManagedHelper.ManagedPropertyHelper.GetPropertyValue Method

This API supports the .NET Framework 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 Function GetPropertyValue ( _
    o As Object, _
    index As Integer _
) As Object
'Usage
Dim instance As ManagedHelper..::..ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim returnValue As Object

returnValue = instance.GetPropertyValue(o, _
    index)
public Object GetPropertyValue(
    Object o,
    int index
)
public:
virtual Object^ GetPropertyValue(
    Object^ o, 
    int index
) sealed
abstract GetPropertyValue : 
        o:Object * 
        index:int -> Object 
override GetPropertyValue : 
        o:Object * 
        index:int -> Object 
public final function GetPropertyValue(
    o : Object, 
    index : int
) : Object

Parameters

Return Value

Type: System.Object
An object.

Implements

IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)