Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the specified property.
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.
- value
Type: System.Object
The new property value.