Partager via


SetPropertyValue méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub SetPropertyValue ( _
    o As Object, _
    index As Integer, _
    value As Object _
)
'Utilisation
Dim instance As ManagedHelper..::..ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim value As Object

instance.SetPropertyValue(o, index, value)
public void SetPropertyValue(
    Object o,
    int index,
    Object value
)
public:
virtual void SetPropertyValue(
    Object^ o, 
    int index, 
    Object^ value
) sealed
abstract SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit 
override SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit 
public final function SetPropertyValue(
    o : Object, 
    index : int, 
    value : Object
)

Paramètres

Implémente

IDTSManagedPropertyHelper100. . :: . .SetPropertyValue(Object, Int32, Object)