Sdílet prostřednictvím


IDTSManagedPropertyHelper100.SetPropertyValue Method

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.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
)

Parameters

Remarks

For more information, see ManagedHelper.ManagedPropertyHelper.

See Also

Reference

IDTSManagedPropertyHelper100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace