AdoDotNetParameter.GetValueImpl Method

Retrieves the value of a specified parameter.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overrides Function GetValueImpl As Object
'使用
Dim returnValue As Object

returnValue = Me.GetValueImpl()
protected override Object GetValueImpl()
protected:
virtual Object^ GetValueImpl() override
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.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetValueImpl