Share via


IDTSProperty100.GetValue(Object) Metodo

Definizione

Restituisce il valore della proprietà.

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

Parametri

pObject
Object

Oggetto padre della proprietà di cui è necessario restituire il valore.

Restituisce

Oggetto contenente il valore della proprietà.

Attributi

Commenti

Per altre informazioni, vedere DtsProperty.

Si applica a