IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété associée à l'application d'assistance.
public:
void SetPropertyValue(System::Object ^ pObject, int Index, System::Object ^ vValue);
public void SetPropertyValue (object pObject, int Index, object vValue);
abstract member SetPropertyValue : obj * int * obj -> unit
Public Sub SetPropertyValue (pObject As Object, Index As Integer, vValue As Object)
Paramètres
- pObject
- Object
Objet.
- Index
- Int32
Index.
- vValue
- Object
Valeur de la propriété.
Remarques
Pour plus d’informations, consultez ManagedHelper.ManagedPropertyHelper.