LocalizablePropertyDescriptor.ResetValue 方法

Resets the specified property to the default value.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides Sub ResetValue ( _
    component As Object _
)
用法
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
)

参数

请参阅

参考

LocalizablePropertyDescriptor 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间