Linguaggio

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

L'oggetto genitore della proprietà il cui valore deve essere restituito.

Valori restituiti

Un oggetto che contiene il valore della proprietà.

Attributi

Commenti

Per altre informazioni, vedere DtsProperty.

Si applica a