Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the value of a specified parameter.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
Return Value
Type: System.Object
Returns 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.