共用方式為


DataParameter.GetValueImpl 方法

擷取指定之參數的值。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Protected MustOverride Function GetValueImpl As Object
protected abstract Object GetValueImpl()
protected:
virtual Object^ GetValueImpl() abstract
abstract GetValueImpl : unit -> Object 
protected abstract function GetValueImpl() : Object

傳回值

型別:System.Object
傳回指定之參數的值。

備註

這個方法是由 Value 屬性的實作會呼叫。

.NET Framework 安全性

請參閱

參考

DataParameter 類別

Microsoft.VisualStudio.Data 命名空間