Udostępnij przez


Metoda LocalizablePropertyDescriptor.ResetValue

Resetuje określona właściwość na wartość domyślną.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Overrides Sub ResetValue ( _
    component As Object _
)
'Użycie
Dim instance As LocalizablePropertyDescriptor
Dim component As Object

instance.ResetValue(component)
public override void ResetValue(
    Object component
)
public:
virtual void ResetValue(
    Object^ component
) override
abstract ResetValue : 
        component:Object -> unit 
override ResetValue : 
        component:Object -> unit 
public override function ResetValue(
    component : Object
)

Parametry