Share via


IDTSProperty100.GetValue(Object) Méthode

Définition

Retourne la valeur de la propriété.

public:
 System::Object ^ GetValue(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(2)]
public object GetValue (object pObject);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member GetValue : obj -> obj
Public Function GetValue (pObject As Object) As Object

Paramètres

pObject
Object

Objet parent de la propriété dont la valeur doit être retournée.

Retours

Objet qui contient la valeur de la propriété.

Attributs

Remarques

Pour plus d’informations, consultez DtsProperty.

S’applique à