Sets the value of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected Overrides Sub SetValueCore ( _
value As Object _
)
'使用
Dim value As Object
Me.SetValueCore(value)
protected override void SetValueCore(
Object value
)
protected:
virtual void SetValueCore(
Object^ value
) override
protected override function SetValueCore(
value : Object
)
Parameters
value
Type: System.ObjectAn object value to which the parameter is set.
Permissions
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace
GetValueImpl()