IDTSManagedPropertyHelper100.GetPropertyValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see ManagedHelper.ManagedPropertyHelper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetPropertyValue ( _
pObject As Object, _
Index As Integer _
) As Object
'Usage
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(pObject, _
Index)
Object GetPropertyValue(
Object pObject,
int Index
)
Object^ GetPropertyValue(
[InAttribute] Object^ pObject,
[InAttribute] int Index
)
abstract GetPropertyValue :
pObject:Object *
Index:int -> Object
function GetPropertyValue(
pObject : Object,
Index : int
) : Object
Return Value
Type: System.Object