Compartir a través de


CanResetValue Método

Gets a value that indicates whether resetting the specified object will also change the value of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overrides Function CanResetValue ( _
    component As Object _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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