LocalizablePropertyDescriptor.ShouldSerializeValue 메서드
Checks whether the value of the specified property should be persisted. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Overrides Function ShouldSerializeValue ( _
component As Object _
) As Boolean
‘사용 방법
Dim instance As LocalizablePropertyDescriptor
Dim component As Object
Dim returnValue As Boolean
returnValue = instance.ShouldSerializeValue(component)
public override bool ShouldSerializeValue(
Object component
)
public:
virtual bool ShouldSerializeValue(
Object^ component
) override
abstract ShouldSerializeValue :
component:Object -> bool
override ShouldSerializeValue :
component:Object -> bool
public override function ShouldSerializeValue(
component : Object
) : boolean
매개 변수
- component
유형: System.Object
The property to check.
반환 값
유형: System.Boolean
False in all cases. This property value should not be persisted.