Метод 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.