IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32) 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.
Obtient la valeur de propriété.
public:
System::Object ^ GetPropertyValue(System::Object ^ pObject, int Index);
public object GetPropertyValue (object pObject, int Index);
abstract member GetPropertyValue : obj * int -> obj
Public Function GetPropertyValue (pObject As Object, Index As Integer) As Object
Paramètres
- pObject
- Object
Objet propriété.
- Index
- Int32
Index.
Retours
Valeur de la propriété d'objet.
Remarques
Pour plus d’informations, consultez ManagedHelper.ManagedPropertyHelper.