Поделиться через


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

Параметры

Возвращаемое значение

Тип: System. . :: . .Boolean
False in all cases. This property value should not be persisted.