Méthode LocalizablePropertyDescriptor.SetValue
Sets the value of the specified property.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overrides Sub SetValue ( _
component As Object, _
value As Object _
)
'Utilisation
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
)
Paramètres
- component
Type : System.Object
The property to set the value for.
- value
Type : System.Object
The new property value.