Share via


LocalizablePropertyDescriptor.SetValue Method

Sets the value of the specified property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Sub SetValue ( _
    component As Object, _
    value As Object _
)
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim component As Object
Dim value As Object

instance.SetValue(component, value)
public override void SetValue(
    Object component,
    Object value
)
public:
virtual void SetValue(
    Object^ component, 
    Object^ value
) override
abstract SetValue : 
        component:Object * 
        value:Object -> unit 
override SetValue : 
        component:Object * 
        value:Object -> unit 
public override function SetValue(
    component : Object, 
    value : Object
)

Parameters

  • component
    Type: System.Object
    The property to set the value for.