Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the value of this parameter.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overrides Sub SetValueImpl ( _
value As Object _
)
protected override void SetValueImpl(
Object value
)
protected:
virtual void SetValueImpl(
Object^ value
) override
abstract SetValueImpl :
value:Object -> unit
override SetValueImpl :
value:Object -> unit
protected override function SetValueImpl(
value : Object
)
Parameters
value
Type: System.ObjectAn object value to which the parameter is set.
.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.