次の方法で共有


DataParameter.SetValueCore Method

Sets the value of the parameter.

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

Syntax

'宣言
Protected MustOverride Sub SetValueCore ( _
    value As Object _
)
protected abstract void SetValueCore(
    Object value
)
protected:
virtual void SetValueCore(
    Object^ value
) abstract
abstract SetValueCore : 
        value:Object -> unit 
protected abstract function SetValueCore(
    value : Object
)

Parameters

  • value
    Type: System.Object
    An object value to which the parameter is set.

Remarks

Notes to Inheritors

The derived class must override this method.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace

GetValueImpl()