共用方式為


AdoDotNetParameter.GetValueImpl 方法

擷取指定之參數的值。

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

語法

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

傳回值

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

備註

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

.NET Framework 安全性

請參閱

參考

AdoDotNetParameter 類別

Microsoft.VisualStudio.Data.AdoDotNet 命名空間

SetValueImpl