Condividi tramite


Metodo IDTSManagedPropertyHelper100.SetPropertyValue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the property value associated with the helper.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub SetPropertyValue ( _
    pObject As Object, _
    Index As Integer, _
    vValue As Object _
)
'Utilizzo
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
)

Parametri

Osservazioni

For more information, see ManagedHelper.ManagedPropertyHelper.

Vedere anche

Riferimento

IDTSManagedPropertyHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper