IDTSProperty100.GetValue(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回屬性值。
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
要傳回值之屬性的父物件。
傳回
包含屬性值的物件。
- 屬性
備註
如需詳細資訊,請參閱DtsProperty。