Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Retrieves the value of a specified parameter.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaración
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
Return Value
Type: System.Object
The value of the specified parameter.
Remarks
This method is called by the implementation of the Value() property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.