Condividi tramite


Metodo CanResetValue

Gets a value that indicates whether resetting the specified object will also change the value of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides Function CanResetValue ( _
    component As Object _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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