LocalizablePropertyDescriptor.CanResetValue 方法

Gets a value that indicates whether resetting the specified object will also change the value of the object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Overrides Function CanResetValue ( _
    component As Object _
) As Boolean
用法
Dim instance As LocalizablePropertyDescriptor 
Dim component As Object 
Dim returnValue As Boolean 

returnValue = instance.CanResetValue(component)
public override bool CanResetValue(
    Object component
)
public:
virtual bool CanResetValue(
    Object^ component
) override
abstract CanResetValue : 
        component:Object -> bool  
override CanResetValue : 
        component:Object -> bool
public override function CanResetValue(
    component : Object
) : boolean

参数

  • component
    类型:System.Object
    The object to test the reset behavior for.

返回值

类型:System.Boolean
false in all cases. The property cannot be reset using this method.

请参阅

参考

LocalizablePropertyDescriptor 类

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