共用方式為


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

參數

傳回值

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