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.