检索一个指定参数的值。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。