IDTSManagedPropertyHelper100.SetPropertyValue 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
Sub SetPropertyValue ( _
pObject As Object, _
Index As Integer, _
vValue As Object _
)
'Usage
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim vValue As Object
instance.SetPropertyValue(pObject, Index, _
vValue)
void SetPropertyValue(
Object pObject,
int Index,
Object vValue
)
void SetPropertyValue(
[InAttribute] Object^ pObject,
int Index,
[InAttribute] Object^ vValue
)
abstract SetPropertyValue :
pObject:Object *
Index:int *
vValue:Object -> unit
function SetPropertyValue(
pObject : Object,
Index : int,
vValue : Object
)