AdoDotNetParameter.GetValueCore 方法

检索一个指定参数的值。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Protected Overrides Function GetValueCore As Object
protected override Object GetValueCore()
protected:
virtual Object^ GetValueCore() override
abstract GetValueCore : unit -> Object 
override GetValueCore : unit -> Object 
protected override function GetValueCore() : Object

返回值

类型:System.Object
指定参数的值。

备注

此方法由 Value 属性的实现。

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间

SetValueCore