IDTSProperty100.GetValue(Object) 方法

定義

傳回屬性值。

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

參數

pObject
Object

要傳回值之屬性的父物件。

傳回

Object

包含屬性值的物件。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於