Share via


ManagedHelper.ManagedPropertyHelper.GetPropertyValue Method

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

Gets the property value.

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
The property value.

Implements

IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)

See Also

Reference

ManagedHelper.ManagedPropertyHelper Class

Microsoft.SqlServer.Dts.Runtime Namespace