Partager via


Méthode IDTSProperty100.SetValue

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

Sets the value of the property.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub SetValue ( _
    pObject As Object, _
    NewValue As Object _
)
'Utilisation
Dim instance As IDTSProperty100 
Dim pObject As Object 
Dim NewValue As Object

instance.SetValue(pObject, NewValue)
void SetValue(
    Object pObject,
    Object NewValue
)
void SetValue(
    [InAttribute] Object^ pObject, 
    [InAttribute] Object^ NewValue
)
abstract SetValue : 
        pObject:Object * 
        NewValue:Object -> unit
function SetValue(
    pObject : Object, 
    NewValue : Object
)

Paramètres

  • pObject
    Type : System.Object
    The object instance on which you want to set the value of the property.
  • NewValue
    Type : System.Object
    The new value to which to set the property.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper