Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.