Udostępnij przez


Metoda LocalizablePropertyDescriptor.ShouldSerializeValue

Sprawdza, czy wartość określona właściwość powinny być utrwalone.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Overrides Function ShouldSerializeValue ( _
    component As Object _
) As Boolean
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Boolean
FALSE we wszystkich przypadkach.Wartość tej właściwość nie powinny być utrwalone.