Sets the value of this parameter.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overrides Sub SetValueImpl ( _
value As Object _
)
'使用
Dim value As Object
Me.SetValueImpl(value)
protected override void SetValueImpl(
Object value
)
protected:
virtual void SetValueImpl(
Object^ value
) override
protected override function SetValueImpl(
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.